ScriptComponentHost.SetComponentProperty(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ propertyName, System::Object ^ propertyValue);
public override Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty (string propertyName, object propertyValue);
override this.SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overrides Function SetComponentProperty (propertyName As String, propertyValue As Object) As IDTSCustomProperty100
Parameters
- propertyName
- String
- propertyValue
- Object