EventSetBase 构造函数 (EventSetBase)
Initializes a new instance of the EventSetBase class.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Sub New ( _
eventSetBase As EventSetBase _
)
用法
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
)
参数
- eventSetBase
类型:Microsoft.SqlServer.Management.Smo.EventSetBase
An EventSetBase object value that specifies the object used by the constructor.