Operatore Addition
Creates a view event set by performing an addition operation on two ViewEvent objects.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Shared Operator + ( _
eventLeft As ViewEvent, _
eventRight As ViewEvent _
) As ViewEventSet
'Utilizzo
Dim eventLeft As ViewEvent
Dim eventRight As ViewEvent
Dim returnValue As ViewEventSet
returnValue = (eventLeft + eventRight)
public static ViewEventSet operator +(
ViewEvent eventLeft,
ViewEvent eventRight
)
public:
static ViewEventSet^ operator +(
ViewEvent^ eventLeft,
ViewEvent^ eventRight
)
static let inline (+)
eventLeft:ViewEvent *
eventRight:ViewEvent : ViewEventSet
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.
Parametri
- eventLeft
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ViewEvent
A ViewEvent object that specifies the view events.
- eventRight
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ViewEvent
A ViewEvent object that specifies the view events.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ViewEventSet
A ViewEventSet object value that specifies a set of view events.