共用方式為


AdomdDataReader.Enumerator.Current 屬性

Gets the current IDataRecord interface in the AdomdDataReader.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property Current As IDataRecord 
    Get
'用途
Dim instance As AdomdDataReader.Enumerator 
Dim value As IDataRecord 

value = instance.Current
public IDataRecord Current { get; }
public:
property IDataRecord^ Current {
    IDataRecord^ get ();
}
member Current : IDataRecord
function get Current () : IDataRecord

屬性值

型別:System.Data.IDataRecord
The IDataRecord interface in the AdomdDataReader.

請參閱

參考

AdomdDataReader.Enumerator 結構

Microsoft.AnalysisServices.AdomdClient 命名空間