Compartir a través de


ModelTypeClass.Name Propiedad

Type name.

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 String 
    Get 
    Private Set
'Uso
Dim instance As ModelTypeClass 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

ModelTypeClass Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model