Metodo NamedComponentCollection.IsValidID (String)
Determines whether the named component collection identifier is valid.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function IsValidID ( _
id As String _
) As Boolean
'Utilizzo
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
Parametri
- id
Tipo: System.String
The identifier.
Valore restituito
Tipo: System.Boolean
true if the named component collection identifier is valid; otherwise, false.