다음을 통해 공유


ServerInstanceName 속성

Gets the name of the server instance associated with the key.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Public ReadOnly Property ServerInstanceName As String
    Get
‘사용 방법
Dim instance As DeployedDac..::..Key
Dim value As String

value = instance.ServerInstanceName
public string ServerInstanceName { get; }
public:
property String^ ServerInstanceName {
    String^ get ();
}
member ServerInstanceName : string
function get ServerInstanceName () : String

속성 값

유형: System. . :: . .String
A String value that specifies the name of the server instance associated with the key.