Contains 方法 (String)
Indicatess whether the collection contains a PerspectiveMeasureGroup that has the specified identifier.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Contains ( _
measureGroupId As String _
) As Boolean
用法
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
Dim returnValue As Boolean
returnValue = instance.Contains(measureGroupId)
public bool Contains(
string measureGroupId
)
public:
bool Contains(
String^ measureGroupId
)
member Contains :
measureGroupId:string -> bool
public function Contains(
measureGroupId : String
) : boolean
参数
- measureGroupId
类型:System. . :: . .String
返回值
类型:System. . :: . .Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.