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