Constructeur EventSetBase (EventSetBase)
Initializes a new instance of the EventSetBase class.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Sub New ( _
eventSetBase As EventSetBase _
)
'Utilisation
Dim eventSetBase As EventSetBase
Dim instance As New EventSetBase(eventSetBase)
public EventSetBase(
EventSetBase eventSetBase
)
public:
EventSetBase(
EventSetBase^ eventSetBase
)
new :
eventSetBase:EventSetBase -> EventSetBase
public function EventSetBase(
eventSetBase : EventSetBase
)
Paramètres
- eventSetBase
Type : Microsoft.SqlServer.Management.Smo.EventSetBase
An EventSetBase object value that specifies the object used by the constructor.