Freigeben über


AggregationDesignDimensionCollection.Contains-Methode (String)

Indicates whether the collection contains an AggregationDesignDimension with the specified identifier.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Contains ( _
    cubeDimensionId As String _
) As Boolean
'Usage
Dim instance As AggregationDesignDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(cubeDimensionId)
public bool Contains(
    string cubeDimensionId
)
public:
bool Contains(
    String^ cubeDimensionId
)
member Contains : 
        cubeDimensionId:string -> bool
public function Contains(
    cubeDimensionId : String
) : boolean

Parameter

Rückgabewert

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

Siehe auch

Verweis

AggregationDesignDimensionCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace