Freigeben über


DacPackage.Name-Eigenschaft

Get identifier for this package.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

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

Eigenschaftswert

Typ: System.String
String identifier for this package.

Siehe auch

Verweis

DacPackage Klasse

Microsoft.SqlServer.Dac-Namespace