Compartir a través de


Name Propiedad

Obtiene el nombre de aplicación del tipo de DAC.

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

Sintaxis

'Declaración
Public ReadOnly Property Name As String
    Get
'Uso
Dim instance As DacType
Dim value As String

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

Valor de la propiedad

Tipo: System. . :: . .String
Valor String que contiene el nombre de aplicación del tipo de DAC.

Comentarios

A DAC type is identified by the combination of the application name and version. The application name is specified when a DAC project is created in Visual Studio, or when a DAC type is extracted from an existing database.