Compartir a través de


SqlObjectProperty.SessionValue Propiedad

Gets or sets the temporary value. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property SessionValue As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The temporary value.

Vea también

Referencia

SqlObjectProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc