Bagikan melalui


PipelineComponent.SetOutputProperty(Int32, String, Object) Metode

Definisi

Penting

API ini bukan kompatibel CLS.

Mengatur nilai IDTSCustomProperty100 pada IDTSOutput100 objek.

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

Parameter

outputID
Int32

ID yang IDTSOutput100IDTSCustomProperty100 ditetapkan.

propertyName
String

Nama yang akan IDTSCustomProperty100 diatur.

propertyValue
Object

Nilai yang ditetapkan ke IDTSCustomProperty100.

Mengembalikan

Objek IDTSCustomProperty100 yang nilainya ditetapkan.

Atribut

Keterangan

Metode ini dipanggil oleh perancang SSIS ketika properti kustom diedit di perancang. Ambil alih metode ini untuk mengontrol atau mencegah modifikasi pada properti kustom output.

Berlaku untuk