Package.HasExpressions 属性
Gets a value that indicates whether the package has expressions.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property HasExpressions As Boolean
Get
用法
Dim instance As Package
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 package has expressions; otherwise, false.
实现
IDTSPropertiesProviderEx.HasExpressions