Partager via


Propriété Name

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property Name As String
    Get
'Utilisation
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

Valeur de propriété

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