Proprietà Name
Gets a String value with the name of the instance of the Database Engine to which the DAC domain is connected.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property Name As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value with the name of the instance of the Database Engine to which the DAC domain is connected.