Partilhar via


Propriedade do RDL SqlSmoObject.Urn

Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Urn As Urn 
    Get
'Uso
Dim instance As SqlSmoObject 
Dim value As Urn 

value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
    Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN address that uniquely identifies the object.

Exemplos

Definindo propriedades

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo