AggregationDimensionCollection.Contains 方法 (String)
Checks whether the collection contains an AggregationDimension with the specified identifier.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Contains ( _
cubeDimensionId As String _
) As Boolean
用法
Dim instance As AggregationDimensionCollection
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
参数
- cubeDimensionId
类型:System.String
The identifier of the AggregationDimension to be located.
返回值
类型:System.Boolean
true if the AggregationDimension is contained in the collection; otherwise, false.