DatabaseXEStore 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
DatabaseXEStore() |
Initializes a new instance of the DatabaseXEStore class. This constructor is only used to support serialization. |
DatabaseXEStore(SqlStoreConnection) |
Constructs a new DatabaseXEStore instance whose name is the same as the current active database |
DatabaseXEStore(SqlStoreConnection, String) |
Initializes a new instance of the DatabaseXEStore class. |
DatabaseXEStore()
Initializes a new instance of the DatabaseXEStore class. This constructor is only used to support serialization.
public DatabaseXEStore ();
Public Sub New ()
Applies to
DatabaseXEStore(SqlStoreConnection)
Constructs a new DatabaseXEStore instance whose name is the same as the current active database
public DatabaseXEStore (Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection connection);
new Microsoft.SqlServer.Management.XEventDbScoped.DatabaseXEStore : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection -> Microsoft.SqlServer.Management.XEventDbScoped.DatabaseXEStore
Public Sub New (connection As SqlStoreConnection)
Parameters
- connection
- SqlStoreConnection
Applies to
DatabaseXEStore(SqlStoreConnection, String)
Initializes a new instance of the DatabaseXEStore class.
public DatabaseXEStore (Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection connection, string name);
new Microsoft.SqlServer.Management.XEventDbScoped.DatabaseXEStore : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection * string -> Microsoft.SqlServer.Management.XEventDbScoped.DatabaseXEStore
Public Sub New (connection As SqlStoreConnection, name As String)
Parameters
- connection
- SqlStoreConnection
The connection.
- name
- String
Store name.