Freigeben über


SqlObjectProperty.DBType-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property DBType As String 
    Get
'Usage
Dim instance As SqlObjectProperty 
Dim value As String 

value = instance.DBType
public string DBType { get; }
public:
property String^ DBType {
    String^ get ();
}
member DBType : string
function get DBType () : String

Eigenschaftswert

Typ: System.String
The tsql type without size.

Siehe auch

Verweis

SqlObjectProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace