Metodo Contains (String)
Indicates whether the collection contains a Partition 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 PartitionCollection
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 Partition to be located.
Valore restituito
Tipo: System. . :: . .Boolean
true if the Partition is contained in the collection; otherwise, false.
Vedere anche