SQL Server session ID
Namespace: HuagatiEFProfilerAssembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092
Syntax
C# |
---|
public int SessionID { get; set; } |
Visual Basic |
---|
Public Property SessionID As Integer
Get
Set |
Visual C++ |
---|
public:
property int SessionID {
int get ();
void set (int value);
} |
See Also