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