Session Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Session() |
Default constructor |
Session(BaseXEStore, String) |
Mostly used constructor |
Session()
Default constructor
public Session ();
Public Sub New ()
Applies to
Session(BaseXEStore, String)
Mostly used constructor
public Session (Microsoft.SqlServer.Management.XEvent.BaseXEStore parent, string name);
new Microsoft.SqlServer.Management.XEvent.Session : Microsoft.SqlServer.Management.XEvent.BaseXEStore * string -> Microsoft.SqlServer.Management.XEvent.Session
Public Sub New (parent As BaseXEStore, name As String)
Parameters
- parent
- BaseXEStore
- name
- String