Metodo GetUrnFragment
Gets the unique resource name path of the specified key.
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 RegisteredServer..::..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 Uniform Resource Name (URN) fragment.
Vedere anche