Condividi tramite


Proprietà DacPackage.Name

Get identifier for this package.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As DacPackage 
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
String identifier for this package.

Vedere anche

Riferimento

DacPackage Classe

Spazio dei nomi Microsoft.SqlServer.Dac