IDTSPropertiesProviderEx.HasExpressions 属性

Gets whether the IDTSPropertiesProviderEx has expression.

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

语法

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

value = instance.HasExpressions
bool HasExpressions { get; }
property bool HasExpressions {
    bool get ();
}
abstract HasExpressions : bool
function get HasExpressions () : boolean

属性值

类型:System.Boolean
True if the IDTSPropertiesProviderEx has expression; otherwise, false.

请参阅

参考

IDTSPropertiesProviderEx 接口

Microsoft.SqlServer.Dts.Runtime 命名空间