Compartilhar via


Propriedade do RDL Name

Gets a String value with the name of the instance of the Database Engine to which the DAC domain is connected.

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

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property Name As String
    Get
'Uso
Dim instance As DacDomain
Dim value As String

value = instance.Name
[SfcIgnoreAttribute]
public string Name { get; }
[SfcIgnoreAttribute]
public:
property String^ Name {
    String^ get ();
}
[<SfcIgnoreAttribute>]
member Name : string
function get Name () : String

Valor da propriedade

Tipo: System. . :: . .String
A String value with the name of the instance of the Database Engine to which the DAC domain is connected.