Condividi tramite


Metodo ServerGroup.Key.GetUrnFragment

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

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetUrnFragment As String
'Utilizzo
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

Valore restituito

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

Osservazioni

For more information about URNs, see Espressioni di query e Uniform Resource Name.

Vedere anche

Riferimento

ServerGroup.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers