Share via


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.