Bagikan melalui


PipelineComponent.SetInputProperty(Int32, String, Object) Metode

Definisi

Penting

API ini bukan kompatibel CLS.

Menetapkan nilai ke IDTSCustomProperty100IDTSInput100 objek .

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int inputID, System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputProperty (int inputID, string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
abstract member SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputProperty (inputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

Parameter

inputID
Int32

ID IDTSInput100 objek yang berisi properti kustom.

propertyName
String

Nama IDTSCustomProperty100.

propertyValue
Object

Nilai yang akan ditetapkan ke IDTSCustomProperty100.

Mengembalikan

Objek IDTSCustomProperty100 yang nilainya diatur.

Atribut

Keterangan

Ambil alih metode ini untuk mengontrol atau mencegah modifikasi pada properti kustom input.

Berlaku untuk