CManagedComponentWrapperClass.SetExternalMetadataColumnProperty 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.
Sets an individual property on an external metadata column.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetExternalMetadataColumnProperty;
[System.Runtime.InteropServices.DispId(39)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetExternalMetadataColumnProperty (int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
[<System.Runtime.InteropServices.DispId(39)>]
abstract member SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100
Parameters
- lID
- Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- lExternalMetadataColumnID
- Int32
The ID of the external metadata column.
- bstrPropertyName
- String
The name of the property whose value is being set.
- vtValue
- Object
The value to assign to the property.
Returns
An IDTSCustomProperty100 that contains the modified property value.
Implements
- Attributes