RegSvrSmoObject.Urn Property
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