Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Uses a command that turns the DB type to Clr type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function DbTypeToClrType ( _
strDBType As String _
) As String
'Usage
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
Parameters
- strDBType
Type: System.String
A string value for the DB type.
Return Value
Type: System.String
Returns a command that turns the DBtype to ClrType.