Condividi tramite


Proprietà Name

Ottiene il nome dell'applicazione del tipo di applicazione livello dati.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .String
Valore String che contiene il nome dell'applicazione del tipo di applicazione livello dati.

Osservazioni

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.