Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets an individual property on an external metadata column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Function SetExternalMetadataColumnProperty ( _
lID As Integer, _
lExternalMetadataColumnID As Integer, _
bstrPropertyName As String, _
vtValue As Object _
) As IDTSCustomProperty100
'Usage
Dim instance As CManagedComponentWrapperClass
Dim lID As Integer
Dim lExternalMetadataColumnID As Integer
Dim bstrPropertyName As String
Dim vtValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.SetExternalMetadataColumnProperty(lID, _
lExternalMetadataColumnID, bstrPropertyName, _
vtValue)
public virtual IDTSCustomProperty100 SetExternalMetadataColumnProperty(
int lID,
int lExternalMetadataColumnID,
string bstrPropertyName,
Object vtValue
)
public:
virtual IDTSCustomProperty100^ SetExternalMetadataColumnProperty(
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID,
[InAttribute] String^ bstrPropertyName,
[InAttribute] Object^ vtValue
)
abstract SetExternalMetadataColumnProperty :
lID:int *
lExternalMetadataColumnID:int *
bstrPropertyName:string *
vtValue:Object -> IDTSCustomProperty100
override SetExternalMetadataColumnProperty :
lID:int *
lExternalMetadataColumnID:int *
bstrPropertyName:string *
vtValue:Object -> IDTSCustomProperty100
public function SetExternalMetadataColumnProperty(
lID : int,
lExternalMetadataColumnID : int,
bstrPropertyName : String,
vtValue : Object
) : IDTSCustomProperty100
Parameters
- lID
Type: System.Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- lExternalMetadataColumnID
Type: System.Int32
The ID of the external metadata column.
- bstrPropertyName
Type: System.String
The name of the property whose value is being set.
- vtValue
Type: System.Object
The value to assign to the property.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
An IDTSCustomProperty100 that contains the modified property value.
Implements
IDTSDesigntimeComponent100.SetExternalMetadataColumnProperty(Int32, Int32, String, Object)