EventSetBase 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
EventSetBase() |
default constructor |
EventSetBase(EventSetBase) |
copy constructor |
EventSetBase()
default constructor
public EventSetBase ();
Public Sub New ()
Applies to
EventSetBase(EventSetBase)
copy constructor
public EventSetBase (Microsoft.SqlServer.Management.Smo.EventSetBase eventSetBase);
new Microsoft.SqlServer.Management.Smo.EventSetBase : Microsoft.SqlServer.Management.Smo.EventSetBase -> Microsoft.SqlServer.Management.Smo.EventSetBase
Public Sub New (eventSetBase As EventSetBase)
Parameters
- eventSetBase
- EventSetBase