Share via


CManagedComponentWrapperClass.SetComponentProperty(String, Object) Método

Definición

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.

Se aplica a