Bagikan melalui


ManagedComponentHost.HostSetOutputColumnProperty Metode

Definisi

Mengatur properti kolom output host.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetOutputColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, int outputColumnID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetOutputColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, int outputColumnID, string propertyName, object propertyValue);
abstract member HostSetOutputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetOutputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetOutputColumnProperty (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, outputColumnID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

Parameter

wrapper
IDTSManagedComponentWrapper100

Pembungkus komponen.

outputID
Int32

Pengidentifikasi output.

outputColumnID
Int32

Pengidentifikasi kolom output.

propertyName
String

Nama properti.

propertyValue
Object

Nilai properti .

Mengembalikan

Properti kolom output host.

Penerapan

Berlaku untuk