Share via


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

戻り値

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

適用対象