Metodo Util.DbTypeToClrType

Uses a command that turns the DB type to Clr type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function DbTypeToClrType ( _
    strDBType As String _
) As String
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

Util Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc