SfcKey.GetUrnFragment 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]..

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

语法

声明
Public MustOverride Function GetUrnFragment As String
用法
Dim instance As SfcKey 
Dim returnValue As String 

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

返回值

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

注释

For more information about URNs, see 查询表达式和统一资源名称.

请参阅

参考

SfcKey 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间