Partager via


Propriété SqlObjectProperty.SessionValue

Gets or sets the temporary value. 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 SessionValue As String 
    Get 
    Set
'Utilisation
Dim instance As SqlObjectProperty 
Dim value As String 

value = instance.SessionValue

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

Valeur de propriété

Type : System.String
The temporary value.

Voir aussi

Référence

SqlObjectProperty Classe

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