PackageClass.DesignEvents 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets an IDTSEvents100 that indicates if the designer or other third party client is to receive events during design time.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Overridable Property DesignEvents As IDTSEvents100
Get
Set
用法
Dim instance As PackageClass
Dim value As IDTSEvents100
value = instance.DesignEvents
instance.DesignEvents = value
public virtual IDTSEvents100 DesignEvents { get; set; }
public:
virtual property IDTSEvents100^ DesignEvents {
IDTSEvents100^ get ();
void set (IDTSEvents100^ value);
}
abstract DesignEvents : IDTSEvents100 with get, set
override DesignEvents : IDTSEvents100 with get, set
function get DesignEvents () : IDTSEvents100
function set DesignEvents (value : IDTSEvents100)
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An IDTSEvents100 object.
实现
注释
For more information, see Package.