Propriedade do RDL UrnSkeleton
Gets the Urn object that represents the object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Protected Friend Overridable ReadOnly Property UrnSkeleton As Urn
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that represents the object.
Consulte também