RegisteredServersStore.Key.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 쿼리 식 및 URN.