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