Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Urn object that represents the object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Urn As Urn
Get
'Usage
Dim instance As RegSvrSmoObject
Dim value As Urn
value = instance.Urn
public virtual Urn Urn { get; }
public:
virtual property Urn^ Urn {
Urn^ get ();
}
abstract Urn : Urn
override Urn : Urn
function get Urn () : Urn
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that represents the object.
See Also
Reference
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace