Właściwość SqlObjectProperty.SessionValue
Pobiera lub ustawia wartość tymczasowe.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property SessionValue As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Tymczasowa wartość.
Zobacz także