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.