Partilhar via


Propriedade do RDL DacPackage.Name

Get identifier for this package.

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

Sintaxe

'Declaração
Public ReadOnly Property Name As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
String identifier for this package.

Consulte também

Referência

DacPackage Classe

Namespace Microsoft.SqlServer.Dac