Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an Enumerator for iterating through the MiningServiceParameterCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningServiceParameterCollection.Enumerator
'Usage
Dim instance As MiningServiceParameterCollection
Dim returnValue As MiningServiceParameterCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningServiceParameterCollection.Enumerator GetEnumerator()
public:
MiningServiceParameterCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningServiceParameterCollection.Enumerator
public function GetEnumerator() : MiningServiceParameterCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.