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

속성이 expresionable이면 true로 설정하세요.

반품

새로 생성된 커스텀 속성을 반환합니다

적용 대상