Свойство 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.