Méthode Util.DbTypeToClrType

Uses a command that turns the DB type to Clr type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function DbTypeToClrType ( _
    strDBType As String _
) As String
'Utilisation
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

Paramètres

  • strDBType
    Type : System.String
    A string value for the DB type.

Valeur de retour

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

Voir aussi

Référence

Util Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc