Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.