Método GetUrnFragment
Gets the partial unique resource name (URN) path string that represents the DAC store.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public Overrides Function GetUrnFragment As String
'Uso
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
Valor de retorno
Tipo: System. . :: . .String
A String value that contains the URN fragment.
Comentários
For more information about URNs, see Expressões de consultas e nomes de recurso exclusivos.
Consulte também