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