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
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
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace