Contains Método (String)
Indicatess whether the collection contains a PerspectiveMeasureGroup that has the specified identifier.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Contains ( _
measureGroupId As String _
) As Boolean
'Uso
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
Parámetros
- measureGroupId
Tipo: System. . :: . .String
Valor devuelto
Tipo: System. . :: . .Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.