共用方式為


Name 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property Name As String
    Get
'用途
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

屬性值

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