共用方式為


FieldCount 屬性

Gets a value indicating the number of columns in the current row.

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

語法

'宣告
Public ReadOnly Property FieldCount As Integer
    Get
'用途
Dim instance As AdomdDataReader
Dim value As Integer

value = instance.FieldCount
public int FieldCount { get; }
public:
virtual property int FieldCount {
    int get () sealed;
}
abstract FieldCount : int
override FieldCount : int
final function get FieldCount () : int

屬性值

型別:System. . :: . .Int32
An Integer that contains the number of columns in the current row.

實作

IDataRecord. . :: . .FieldCount