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.
Checks whether the collection contains a specified MiningStructure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As MiningStructure _
) As Boolean
'Usage
Dim instance As MiningStructureCollection
Dim item As MiningStructure
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
MiningStructure item
)
public:
bool Contains(
MiningStructure^ item
)
member Contains :
item:MiningStructure -> bool
public function Contains(
item : MiningStructure
) : boolean
Parameter
- item
Typ: Microsoft.AnalysisServices.MiningStructure
The MiningStructure to be located.
Rückgabewert
Typ: System.Boolean
true if the MiningStructure exists in the collection; otherwise, false.