Поделиться через


Метод 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