Util.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.

请参阅

参考

Util 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间