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に設定します

返品

新たに作成されたカスタムプロパティを返します

適用対象