Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- name
Typ: System.String
The to return.
Rückgabewert
Typ: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false.