Partager via


Propriété Urn.Value

Gets or sets the Urn expression. 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 Value As String 
    Get 
    Set
'Utilisation
Dim instance As Urn 
Dim value As String 

value = instance.Value

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

Valeur de propriété

Type : System.String
A string value that contains the Urn expression.

Voir aussi

Référence

Urn Classe

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