Partager via


Méthode NamedComponentCollection.IsValidID (String, Type, String%)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Determines whether the named component collection identifier is valid.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Function IsValidID ( _
    id As String, _
    type As Type, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Utilisation
Dim id As String 
Dim type As Type 
Dim error As String 
Dim returnValue As Boolean 

returnValue = Me.IsValidID(id, type, _
    error)
protected bool IsValidID(
    string id,
    Type type,
    out string error
)
protected:
bool IsValidID(
    String^ id, 
    Type^ type, 
    [OutAttribute] String^% error
)
member IsValidID : 
        id:string * 
        type:Type * 
        error:string byref -> bool
protected function IsValidID(
    id : String, 
    type : Type, 
    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