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.
Gets an Enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningAttributeCollection.Enumerator
'Usage
Dim instance As MiningAttributeCollection
Dim returnValue As MiningAttributeCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningAttributeCollection.Enumerator GetEnumerator()
public:
MiningAttributeCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningAttributeCollection.Enumerator
public function GetEnumerator() : MiningAttributeCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningAttributeCollection.Enumerator
An Enumerator for iterating through the collection.