다음을 통해 공유


Path 속성

Gets the path of the referenced server group.

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

구문

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

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

속성 값

형식: System. . :: . .String
A String value that specifies the path of the referenced server group.