Поделиться через


Метод 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 Выражения запросов и уникальные имена ресурсов.