BaseXEStore 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
BaseXEStore() |
Don't ever call this, or if you do remember to set SfcConnection |
BaseXEStore(ISfcConnection) |
Initializes a new instance of the BaseXEStore class. |
BaseXEStore()
Don't ever call this, or if you do remember to set SfcConnection
protected BaseXEStore ();
Protected Sub New ()
Applies to
BaseXEStore(ISfcConnection)
Initializes a new instance of the BaseXEStore class.
public BaseXEStore (Microsoft.SqlServer.Management.Common.ISfcConnection connection);
new Microsoft.SqlServer.Management.XEvent.BaseXEStore : Microsoft.SqlServer.Management.Common.ISfcConnection -> Microsoft.SqlServer.Management.XEvent.BaseXEStore
Public Sub New (connection As ISfcConnection)
Parameters
- connection
- ISfcConnection
The connection.