CManagedComponentWrapperClass.SetComponentProperty メソッド

コンポーネントの IDTSCustomProperty100 に値を割り当てます。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Public Overridable Function SetComponentProperty ( _
    PropertyName As String, _
    vValue As Object _
) As IDTSCustomProperty100
'使用
Dim instance As CManagedComponentWrapperClass 
Dim PropertyName As String 
Dim vValue As Object 
Dim returnValue As IDTSCustomProperty100 

returnValue = instance.SetComponentProperty(PropertyName, _
    vValue)
public virtual IDTSCustomProperty100 SetComponentProperty(
    string PropertyName,
    Object vValue
)
public:
virtual IDTSCustomProperty100^ SetComponentProperty(
    [InAttribute] String^ PropertyName, 
    [InAttribute] Object^ vValue
)
abstract SetComponentProperty : 
        PropertyName:string * 
        vValue:Object -> IDTSCustomProperty100  
override SetComponentProperty : 
        PropertyName:string * 
        vValue:Object -> IDTSCustomProperty100
public function SetComponentProperty(
    PropertyName : String, 
    vValue : Object
) : IDTSCustomProperty100

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
プロパティが設定される IDTSCustomProperty100 オブジェクトです。

実装

IDTSDesigntimeComponent100.SetComponentProperty(String, Object)

説明

コンポーネントの IDTSCustomProperty100 に値を割り当てるには、このメソッドを呼び出します。

関連項目

参照

CManagedComponentWrapperClass クラス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間