Partager via


Propriété Name

Obtient le nom d'application du type DAC.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String
Valeur String contenant le nom d'application du type DAC.

Notes

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.