다음을 통해 공유


ServiceInstanceId 속성

Gets the ID value that uniquely identifies the service instance for this instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property ServiceInstanceId As String
    Get
‘사용 방법
Dim instance As Server
Dim value As String

value = instance.ServiceInstanceId
[SfcPropertyAttribute]
public string ServiceInstanceId { get; }
[SfcPropertyAttribute]
public:
property String^ ServiceInstanceId {
    String^ get ();
}
[<SfcPropertyAttribute>]
member ServiceInstanceId : string
function get ServiceInstanceId () : String

속성 값

형식: System. . :: . .String
A In32 value that specifies service instance ID value for the instance of SQL Server.

참고 항목

참조

Planning a SQL Server Installation

관련 자료