DacDomain.Name Property

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 (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property Name As String
    Get
'Usage
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

Property Value

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

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace