CManagedComponentWrapperClass.SetInputProperty(Int32, String, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Asigna un valor a la interfaz IDTSCustomProperty100 de un objeto IDTSInput100 del componente.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int lInputID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetInputProperty;
[System.Runtime.InteropServices.DispId(18)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputProperty (int lInputID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(18)>]
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 (lInputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parámetros
- lInputID
- Int32
El identificador del objeto IDTSInput100 cuya propiedad personalizada se establece.
- PropertyName
- String
Nombre del objeto IDTSCustomProperty100.
- vValue
- Object
El valor que se va a asignar a IDTSCustomProperty100.
Devoluciones
IDTSCustomProperty100 cuyo valor se establece.
Implementaciones
- Atributos
Comentarios
Llame a este método para asignar un valor a IDTSCustomProperty100 de un IDTSInput100 objeto .