Proprietà SessionValue
Gets or sets the temporary value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Property SessionValue As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
The temporary value.
Vedere anche