Поделиться через


ManagedComponentHost.HostSetInputProperty Метод

Определение

Задает свойство входа узла.

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

Параметры

wrapper
IDTSManagedComponentWrapper100

Оболочка компонента.

inputID
Int32

Идентификатор входа.

propertyName
String

Имя свойства.

propertyValue
Object

Значение свойства.

Возвращаемое значение

Свойство входа узла.

Реализации

Применяется к