ObjectSet.Key.GetUrnFragment 方法
Gets the unique resource name (URN) path partial string that represents the object set.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Overrides Function GetUrnFragment As String
'用途
Dim instance As ObjectSet.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 查詢運算式和統一的資源名稱.