Compartir a través de


TSqlObject.ObjectType Propiedad

Gets the model type of the object.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Property ObjectType As ModelTypeClass 
    Get 
    Private Set
'Uso
Dim instance As TSqlObject 
Dim value As ModelTypeClass 

value = instance.ObjectType
public ModelTypeClass ObjectType { get; private set; }
public:
property ModelTypeClass^ ObjectType {
    ModelTypeClass^ get ();
    private: void set (ModelTypeClass^ value);
}
member ObjectType : ModelTypeClass with get, private set
function get ObjectType () : ModelTypeClass 
private function set ObjectType (value : ModelTypeClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelTypeClass
The model type of the object.

Vea también

Referencia

TSqlObject Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model