Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Indicates whether the collection contains an AggregationInstanceMeasure identified by the specified measureId
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Contains ( _
measureId As String _
) As Boolean
'Uso
Dim instance As AggregationInstanceMeasureCollection
Dim measureId As String
Dim returnValue As Boolean
returnValue = instance.Contains(measureId)
public bool Contains(
string measureId
)
public:
bool Contains(
String^ measureId
)
member Contains :
measureId:string -> bool
public function Contains(
measureId : String
) : boolean
Parámetros
- measureId
Tipo: System.String
Identifies the AggregationInstanceMeasure to be located.
Valor devuelto
Tipo: System.Boolean
Returns true if the specified AggregationInstanceMeasure exists in the collection; otherwise, false