DtsEventHandler.HasExpressions 属性

Gets whether the DTS event contains expressions.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property HasExpressions As Boolean 
    Get
用法
Dim instance As DtsEventHandler 
Dim value As Boolean 

value = instance.HasExpressions
public bool HasExpressions { get; }
public:
virtual property bool HasExpressions {
    bool get () sealed;
}
abstract HasExpressions : bool 
override HasExpressions : bool
final function get HasExpressions () : boolean

属性值

类型:System.Boolean
True if the DTS event contains expressions; otherwise, false.

实现

IDTSPropertiesProviderEx.HasExpressions

请参阅

参考

DtsEventHandler 类

Microsoft.SqlServer.Dts.Runtime 命名空间