Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an Enumerator for iterating through the MiningStructureCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningStructureCollection.Enumerator
'Usage
Dim instance As MiningStructureCollection
Dim returnValue As MiningStructureCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningStructureCollection.Enumerator GetEnumerator()
public:
MiningStructureCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningStructureCollection.Enumerator
public function GetEnumerator() : MiningStructureCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Enumerator
An enumerator that can be used to iterate through the collection.