語言

CManagedComponentWrapperClass.SetComponentProperty(String, Object) 方法

定義

將 a 分配一個值 IDTSCustomProperty100 給元件的 a。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetComponentProperty;
[System.Runtime.InteropServices.DispId(17)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty(string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100

參數

PropertyName
String

其值的名稱 IDTSCustomProperty100 被設定。

vValue
Object

該物件被賦予該物件的 Value 屬性 IDTSCustomProperty100 。

傳回

屬性 IDTSCustomProperty100 被設定的物件。

實作

屬性

備註

呼叫此方法來將值指派給元件的 。IDTSCustomProperty100

適用於