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)