Path 属性

Gets the path of the referenced server group.

命名空间:  Microsoft.SqlServer.Management.Smo.RegisteredServers
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
<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.