Compartir a través de


TSqlObject.Name Propiedad

Gets the identity 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 Name As ObjectIdentifier 
    Get 
    Private Set
'Uso
Dim instance As TSqlObject 
Dim value As ObjectIdentifier 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ObjectIdentifier
The identity of the object.

Vea también

Referencia

TSqlObject Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model