IDTSCustomProperty100.ExpressionType 속성
Gets or sets the type of the expression.
네임스페이스: 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)
속성 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType
One of the DTSCustomPropertyExpressionType values.
주의
For information on using this property, see "Creating Custom Properties" in 데이터 흐름 구성 요소의 디자인 타임 메서드.