FieldCount 属性
Gets a value indicating the number of columns in the current row.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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.