Metodo Contains (String)
Indicates whether the collection contains a Database with the specified identifier.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
id As String _
) As Boolean
'Utilizzo
Dim instance As DatabaseCollection
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
Parametri
- id
Tipo: System. . :: . .String
The identifier of the Database to be located.
Valore restituito
Tipo: System. . :: . .Boolean
true if the Database is contained in the collection; otherwise, false.
Vedere anche