CManagedComponentWrapperClass.SetComponentProperty(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 una IDTSCustomProperty100 del componente.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetComponentProperty;
[System.Runtime.InteropServices.DispId(17)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty (string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parámetros
- PropertyName
- String
El nombre de la propiedad IDTSCustomProperty100 cuyo valor se establece.
- vValue
- Object
El objeto asignado a la propiedad Value del objeto IDTSCustomProperty100.
Devoluciones
El objeto IDTSCustomProperty100 cuya propiedad se establece.
Implementaciones
- Atributos
Comentarios
Llame a este método para asignar un valor a un IDTSCustomProperty100 de un componente.