Método INamedComponentCollection.Contains (String)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Function Contains ( _
id As String _
) As Boolean
'Uso
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
Parâmetros
- id
Tipo: System.String
The identifier.
Valor de retorno
Tipo: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false.