Compartir a través de


Name Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
<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 de la propiedad

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