Méthode NamedComponentCollection.IsValidID (String)
Determines whether the named component collection identifier is valid.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IsValidID ( _
id As String _
) As Boolean
'Utilisation
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
Paramètres
- id
Type : System.String
The identifier.
Valeur de retour
Type : System.Boolean
true if the named component collection identifier is valid; otherwise, false.