Compartilhar via


Propriedade do RDL Request.Urn

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property Urn As Urn 
    Get 
    Set
'Uso
Dim instance As Request 
Dim value As Urn 

value = instance.Urn

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath expression.

Consulte também

Referência

Request Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc