Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the named component collection identifier is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IsValidID ( _
id As String _
) As Boolean
'Usage
Dim instance As NamedComponentCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.IsValidID(id)
public bool IsValidID(
string id
)
public:
bool IsValidID(
String^ id
)
member IsValidID :
id:string -> bool
public function IsValidID(
id : String
) : boolean
Parameters
- id
Type: System.String
The identifier.
Return Value
Type: System.Boolean
true if the named component collection identifier is valid; otherwise, false.