IDTSDesigntimeComponent100.SetComponentProperty(String, Object) 方法

定義

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

參數

PropertyName
String
vValue
Object

傳回

IDTSCustomProperty100

已設定其屬性的 IDTSCustomProperty100 物件。

屬性

備註

編輯元件的自訂屬性時,會呼叫這個方法。

適用於