Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Parameters
- item
Type: Microsoft.AnalysisServices.MiningStructure
The MiningStructure to be located.
Return Value
Type: System.Boolean
true if the MiningStructure exists in the collection; otherwise, false.