Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the TableEventSet class with a specified set of events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ParamArray events As TableEvent() _
)
'Utilisation
Dim events As TableEvent()
Dim instance As New TableEventSet(events)
public TableEventSet(
params TableEvent[] events
)
public:
TableEventSet(
... array<TableEvent^>^ events
)
new :
events:TableEvent[] -> TableEventSet
public function TableEventSet(
... events : TableEvent[]
)
Paramètres
- events
Type : array<Microsoft.SqlServer.Management.Smo.TableEvent[]
An array of TableEvent object that specifies a list of table events.