Método Contains (String)
Indicates whether the collection contains a DataSourceView with the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Contains ( _
id As String _
) As Boolean
'Uso
Dim instance As DataSourceViewCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
string id
)
public:
bool Contains(
String^ id
)
member Contains :
id:string -> bool
public function Contains(
id : String
) : boolean
Parâmetros
- id
Tipo: System. . :: . .String
The identifier of the DataSourceView to be located.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the DataSourceView is contained in the collection; otherwise, false.
Consulte também