다음을 통해 공유


PipelineComponentExt.CreateComponentProperty 메서드

정의

구성 요소에 새 속성 추가

protected virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 CreateComponentProperty (string name, string description, object value, bool expressionSupport = false);
abstract member CreateComponentProperty : string * string * obj * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.CreateComponentProperty : string * string * obj * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Protected Overridable Function CreateComponentProperty (name As String, description As String, value As Object, Optional expressionSupport As Boolean = false) As IDTSCustomProperty100

매개 변수

name
String

속성 이름

description
String

속성 설명

value
Object

기본값

expressionSupport
Boolean

속성이 사용 가능한 경우 true로 설정

반환

새로 만든 사용자 지정 속성을 반환합니다.

적용 대상