IDTSManagedComponentWrapper100.WrapperSetOutputColumnProperty Yöntemi
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Function WrapperSetOutputColumnProperty ( _
lOutputID As Integer, _
lOutputColumnID As Integer, _
PropertyName As String, _
vValue As Object _
) As IDTSCustomProperty100
'Kullanım
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
Dim lOutputColumnID As Integer
Dim PropertyName As String
Dim vValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.WrapperSetOutputColumnProperty(lOutputID, _
lOutputColumnID, PropertyName, vValue)
IDTSCustomProperty100 WrapperSetOutputColumnProperty(
int lOutputID,
int lOutputColumnID,
string PropertyName,
Object vValue
)
IDTSCustomProperty100^ WrapperSetOutputColumnProperty(
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID,
[InAttribute] String^ PropertyName,
[InAttribute] Object^ vValue
)
abstract WrapperSetOutputColumnProperty :
lOutputID:int *
lOutputColumnID:int *
PropertyName:string *
vValue:Object -> IDTSCustomProperty100
function WrapperSetOutputColumnProperty(
lOutputID : int,
lOutputColumnID : int,
PropertyName : String,
vValue : Object
) : IDTSCustomProperty100
Parametreler
- lOutputID
Tür: System.Int32
- lOutputColumnID
Tür: System.Int32
- PropertyName
Tür: System.String
- vValue
Tür: System.Object
Dönüş Değeri
Tür: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100