Метод AttributeRelationshipCollection.ContainsName
Indicates whether the collection contains a AttributeRelationship with the specified name
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function ContainsName ( _
name As String _
) As Boolean
'Применение
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
Параметры
- name
Тип: System.String
Specifies the name of the AttributeRelationship to be returned.
Возвращаемое значение
Тип: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false