Freigeben über


INamedComponentCollection.ContainsName-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Function ContainsName ( _
    name As String _
) As Boolean
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

INamedComponentCollection Schnittstelle

Microsoft.AnalysisServices-Namespace