Partager via


Méthode NamedComponentCollection.IsValidID (String, 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 Overridable Function IsValidID ( _
    id As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Utilisation
Dim instance As NamedComponentCollection 
Dim id As String 
Dim error As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidID(id, error)
public virtual bool IsValidID(
    string id,
    out string error
)
public:
virtual bool IsValidID(
    String^ id, 
    [OutAttribute] String^% error
)
abstract IsValidID : 
        id:string * 
        error:string byref -> bool  
override IsValidID : 
        id:string * 
        error:string byref -> bool
public function IsValidID(
    id : String, 
    error : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true if the named component collection identifier is valid; otherwise, false.

Voir aussi

Référence

NamedComponentCollection Classe

Surcharge IsValidID

Espace de noms Microsoft.AnalysisServices