DbTypeToClrType 方法
Uses a command that turns the DB type to Clr type. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function DbTypeToClrType ( _
strDBType As String _
) As String
'用途
Dim strDBType As String
Dim returnValue As String
returnValue = Util.DbTypeToClrType(strDBType)
public static string DbTypeToClrType(
string strDBType
)
public:
static String^ DbTypeToClrType(
String^ strDBType
)
static member DbTypeToClrType :
strDBType:string -> string
public static function DbTypeToClrType(
strDBType : String
) : String
參數
- strDBType
型別:System. . :: . .String
A string value for the DB type.
傳回值
型別:System. . :: . .String
Returns a command that turns the DBtype to ClrType.