GetUrnFragment Método
Gets the URN path partial string that represents the computer.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public Overrides Function GetUrnFragment As String
'Uso
Dim instance As Computer..::..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.
Vea también