Propriété Request.Urn

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Urn As Urn 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Request Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc