MiningAttributeCollection.Enumerator.Current Property
Gets the current MiningAttribute in the MiningAttributeCollection.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
'Dichiarazione
Public ReadOnly Property Current As MiningAttribute
public MiningAttribute Current { get; }
public:
property MiningAttribute^ Current {
MiningAttribute^ get ();
}
/** @property */
public MiningAttribute get_Current ()
public function get Current () : MiningAttribute
The MiningAttribute in the MiningAttributeCollection, if the Enumerator has not passed the end of the collection.
Tipo di eccezione | Condizione |
---|---|
System.InvalidOperationException | The Enumerator is currently before the first or after the last MiningAttribute in the MiningAttributeCollection. |
After creating an Enumerator or after a Reset, MoveNext must be called to advance the Enumerator to the first element of the collection before reading the value of Current; otherwise, Current is undefined.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
MiningAttributeCollection.Enumerator Structure
MiningAttributeCollection.Enumerator Members
Microsoft.AnalysisServices.AdomdClient Namespace