Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the collection contains the specified AggregationInstanceAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As AggregationInstanceAttribute _
) As Boolean
'Usage
Dim instance As AggregationInstanceAttributeCollection
Dim item As AggregationInstanceAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
AggregationInstanceAttribute item
)
public:
bool Contains(
AggregationInstanceAttribute^ item
)
member Contains :
item:AggregationInstanceAttribute -> bool
public function Contains(
item : AggregationInstanceAttribute
) : boolean
Parameter
- item
Typ: Microsoft.AnalysisServices.AggregationInstanceAttribute
Specifies the AggregationInstanceAttribute to be located.
Rückgabewert
Typ: System.Boolean
Returns true if the specified AggregationInstanceAttribute exists in the collection; otherwise, false