Свойство Current
Gets the current MiningStructureColumn in the MiningStructureColumnCollection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Current As MiningStructureColumn
Get
'Применение
Dim instance As MiningStructureColumnCollection..::..Enumerator
Dim value As MiningStructureColumn
value = instance.Current
public MiningStructureColumn Current { get; }
public:
property MiningStructureColumn^ Current {
MiningStructureColumn^ get ();
}
member Current : MiningStructureColumn
function get Current () : MiningStructureColumn
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningStructureColumn
The MiningStructureColumn in the MiningStructureColumnCollection, if the Enumerator has not passed the end of the collection.
Исключения
Исключение | Условие |
---|---|
System..::..InvalidOperationException | The Enumerator is currently before the first or after the last MiningStructureColumn in the MiningStructureColumnCollection. |