Costruttore EventSetBase (EventSetBase)
Initializes a new instance of the EventSetBase class.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
eventSetBase As EventSetBase _
)
'Utilizzo
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
)
Parametri
- eventSetBase
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .EventSetBase
An EventSetBase object value that specifies the object used by the constructor.
Vedere anche