다음을 통해 공유


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.