Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the collection contains a AttributeRelationship with the specified name
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function ContainsName ( _
name As String _
) As Boolean
'Usage
Dim instance As AttributeRelationshipCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.ContainsName(name)
public bool ContainsName(
string name
)
public:
bool ContainsName(
String^ name
)
member ContainsName :
name:string -> bool
public function ContainsName(
name : String
) : boolean
Parameters
- name
Type: System.String
Specifies the name of the AttributeRelationship to be returned.
Return Value
Type: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false