Partager via


Méthode ServerGroup.Key.GetUrnFragment

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

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Overrides Function GetUrnFragment As String
'Utilisation
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

Valeur de retour

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

Notes

For more information about URNs, see Expressions de requête et noms URN.

Voir aussi

Référence

ServerGroup.Key Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers