Contains 메서드 (String)
Indicates whether the collection contains a CalculationProperty, with the specified identifier.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Contains ( _
calculationReference As String _
) As Boolean
‘사용 방법
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
매개 변수
- calculationReference
유형: System. . :: . .String
The identifier of the CalculationProperty to be located.
반환 값
유형: System. . :: . .Boolean
true if the CalculationProperty is contained in the collection; otherwise, false.