Partager via


Méthode INamedComponentCollection.ContainsName

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

Indicates whether the collection contains a AttributeRelationship with the specified name.

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

Syntaxe

'Déclaration
Function ContainsName ( _
    name As String _
) As Boolean
'Utilisation
Dim instance As INamedComponentCollection 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.ContainsName(name)
bool ContainsName(
    string name
)
bool ContainsName(
    String^ name
)
abstract ContainsName : 
        name:string -> bool
function ContainsName(
    name : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false.

Voir aussi

Référence

INamedComponentCollection Interface

Espace de noms Microsoft.AnalysisServices