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