CellPropertyCollection.Enumerator.Current Özelliği
Geçerli alır CellProperty , CellPropertyCollection.
Ad Alanı: Microsoft.AnalysisServices.AdomdClient
Derleme: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Property Current As CellProperty
Get
'Kullanım
Dim instance As CellPropertyCollection..::..Enumerator
Dim value As CellProperty
value = instance.Current
public CellProperty Current { get; }
public:
property CellProperty^ Current {
CellProperty^ get ();
}
member Current : CellProperty
function get Current () : CellProperty
Özellik Değeri
Tür: Microsoft.AnalysisServices.AdomdClient.CellProperty
CellProperty , CellPropertyCollection, Numaralayıcı sonuna kadar geçen koleksiyon.
Kural dışı durumlar
Özel durum | Koşul |
---|---|
System.InvalidOperationException | Numaralayıcı şu anda ilk önce ya da sonra son hücreye özellik , CellPropertyCollection. |