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.