Поделиться через


Свойство ExpressionType

Gets or sets a value indicating whether the value of the custom property can be specified by using property expressions.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Property ExpressionType As DTSCustomPropertyExpressionType
    Get
    Set
'Применение
Dim instance As IDTSCustomProperty100
Dim value As DTSCustomPropertyExpressionType

value = instance.ExpressionType

instance.ExpressionType = value
DTSCustomPropertyExpressionType ExpressionType { get; set; }
property DTSCustomPropertyExpressionType ExpressionType {
    DTSCustomPropertyExpressionType get ();
    void set (DTSCustomPropertyExpressionType value);
}
abstract ExpressionType : DTSCustomPropertyExpressionType with get, set
function get ExpressionType () : DTSCustomPropertyExpressionType
function set ExpressionType (value : DTSCustomPropertyExpressionType)

Замечания

For information on using this property, see "Creating Custom Properties" in Методы времени разработки для компонента потока данных.