Constructeur ViewEventSet (array<ViewEvent )
Initializes a new instance of the ViewEventSet 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 ViewEvent() _
)
'Utilisation
Dim events As ViewEvent()
Dim instance As New ViewEventSet(events)
public ViewEventSet(
params ViewEvent[] events
)
public:
ViewEventSet(
... array<ViewEvent^>^ events
)
new :
events:ViewEvent[] -> ViewEventSet
public function ViewEventSet(
... events : ViewEvent[]
)
Paramètres
- events
Type : array<Microsoft.SqlServer.Management.Smo.ViewEvent[]
An array of ViewEvent object that specifies a list of view events.