Share via


SqlObjectProperty.SessionValue Property

Gets or sets the temporary value. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Property SessionValue As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The temporary value.

See Also

Reference

SqlObjectProperty Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace