RegSvrSmoObject.UrnSkeleton 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
Protected Friend Overridable ReadOnly Property UrnSkeleton As Urn 
    Get
'Usage
Dim value As Urn 

value = Me.UrnSkeleton
protected internal virtual Urn UrnSkeleton { get; }
protected public:
virtual property Urn^ UrnSkeleton {
    Urn^ get ();
}
abstract UrnSkeleton : Urn 
override UrnSkeleton : Urn
function get UrnSkeleton () : Urn

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that represents the object.

See Also

Reference

RegSvrSmoObject Class

Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace

Other Resources

NIB Manage Registered Servers

sp_ActiveDirectory_Obj (Transact-SQL)