Compartir a través de


GetUrnFragment Método

Gets the partial unique resource name (URN) path string that represents the server group.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
Public Overrides Function GetUrnFragment As String
'Uso
Dim instance As ServerGroup..::..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 devuelto

Tipo: System. . :: . .String
A String value that contains the URN fragment.

Comentarios

For more information about URNs, see Expresiones de consulta y nombres de recursos únicos.