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