Compartir a través de


DbTypeToClrType Método

Uses a command that turns the DB type to Clr type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function DbTypeToClrType ( _
    strDBType As String _
) As String
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .String
Returns a command that turns the DBtype to ClrType.