Метод INamedComponentCollection.Contains (String)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Function Contains ( _
id As String _
) As Boolean
'Применение
Dim instance As INamedComponentCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
bool Contains(
string id
)
bool Contains(
String^ id
)
abstract Contains :
id:string -> bool
function Contains(
id : String
) : boolean
Параметры
- id
Тип: System.String
The identifier.
Возвращаемое значение
Тип: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false.