DataProvider.GetDataTypeName Method
Returns a type name for a specified column. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetDataTypeName ( _
i As Integer _
) As String
'Usage
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As String
returnValue = instance.GetDataTypeName(i)
public string GetDataTypeName(
int i
)
public:
virtual String^ GetDataTypeName(
int i
) sealed
abstract GetDataTypeName :
i:int -> string
override GetDataTypeName :
i:int -> string
public final function GetDataTypeName(
i : int
) : String
Parameters
- i
Type: System.Int32
An Int32 that specifies a column.
Return Value
Type: System.String
A string that specifies the type name.