Compartir a través de


SqlObjectProperty.DBType Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property DBType As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The tsql type without size.

Vea también

Referencia

SqlObjectProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc