다음을 통해 공유


Contains 메서드 (AggregationDesignDimension)

Indicates whether the collection contains a specified AggregationDesignDimension.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function Contains ( _
    item As AggregationDesignDimension _
) As Boolean
‘사용 방법
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension
Dim returnValue As Boolean

returnValue = instance.Contains(item)
public bool Contains(
    AggregationDesignDimension item
)
public:
bool Contains(
    AggregationDesignDimension^ item
)
member Contains : 
        item:AggregationDesignDimension -> bool 
public function Contains(
    item : AggregationDesignDimension
) : boolean

반환 값

유형: System. . :: . .Boolean
true if the AggregationDesignDimension is contained in the collection; otherwise, false.