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)