GetUrnFragment 方法

Gets the partial unique resource name (URN) path string that represents the DAC store.

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

语法

声明
Public Overrides Function GetUrnFragment As String
用法
Dim instance As RegisteredServersStore..::..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 查询表达式和唯一资源名称.