Partager via


Méthode NamedComponentCollection.ContainsName

Indicates whether the component contains its name.

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

Syntaxe

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

returnValue = instance.ContainsName(name)
public bool ContainsName(
    string name
)
public:
virtual bool ContainsName(
    String^ name
) sealed
abstract ContainsName : 
        name:string -> bool  
override ContainsName : 
        name:string -> bool
public final function ContainsName(
    name : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true if the component contains its name; otherwise, false.

Implémente

INamedComponentCollection.ContainsName(String)

Voir aussi

Référence

NamedComponentCollection Classe

Espace de noms Microsoft.AnalysisServices