Compartilhar via


Método DbTypeToClrType

Uses a command that turns the DB type to Clr type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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