共用方式為


GetUrnFragment 方法

Gets the partial unique resource name (URN) path string that represents the server group.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
Public Overrides Function GetUrnFragment As String
'用途
Dim instance As ServerGroup..::..Key
Dim returnValue As String

returnValue = instance.GetUrnFragment()
public override string GetUrnFragment()
public:
virtual String^ GetUrnFragment() override
abstract GetUrnFragment : unit -> string 
override GetUrnFragment : unit -> string 
public override function GetUrnFragment() : String

傳回值

型別:System. . :: . .String
A String value that contains the URN fragment.

備註

For more information about URNs, see 查詢運算式和唯一的資源名稱.