Propriedade do RDL Name
Obtém o nome do aplicativo do tipo de DAC.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public ReadOnly Property Name As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
Um valor String que contém o nome de aplicativo do tipo de DAC.
Comentários
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.