Returns a String that contains the full name of the data type for the specified column.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
语法
声明
Public Function GetDataTypeName ( _
index As Integer _
) As String
public string GetDataTypeName (
int index
)
public:
virtual String^ GetDataTypeName (
int index
) sealed
public final String GetDataTypeName (
int index
)
public final function GetDataTypeName (
index : int
) : String
参数
- index
The zero-based ordinal position of the column to find.
返回值
A String that contains the full name of the data type for the specified column.
备注
The data type information can differ from the type information returned by GetFieldType, especially where the underlying data types do not map one for one to the runtime types supported by the language. (For example, GetDataTypeName may be "integer", but Type.Name may be "Int32".)
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdClient Namespace