BaseXEStore Constructors

Definition

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.

Applies to