Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Overridable Function SetOutputColumnProperty ( _
outputID As Integer, _
outputColumnID As Integer, _
propertyName As String, _
propertyValue As Object _
) As IDTSCustomProperty100
'Usage
Dim instance As PipelineComponent
Dim outputID As Integer
Dim outputColumnID As Integer
Dim propertyName As String
Dim propertyValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.SetOutputColumnProperty(outputID, _
outputColumnID, propertyName, propertyValue)
[CLSCompliantAttribute(false)]
public virtual IDTSCustomProperty100 SetOutputColumnProperty(
int outputID,
int outputColumnID,
string propertyName,
Object propertyValue
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSCustomProperty100^ SetOutputColumnProperty(
int outputID,
int outputColumnID,
String^ propertyName,
Object^ propertyValue
)
[<CLSCompliantAttribute(false)>]
abstract SetOutputColumnProperty :
outputID:int *
outputColumnID:int *
propertyName:string *
propertyValue:Object -> IDTSCustomProperty100
[<CLSCompliantAttribute(false)>]
override SetOutputColumnProperty :
outputID:int *
outputColumnID:int *
propertyName:string *
propertyValue:Object -> IDTSCustomProperty100
public function SetOutputColumnProperty(
outputID : int,
outputColumnID : int,
propertyName : String,
propertyValue : Object
) : IDTSCustomProperty100
Parameter
- outputID
Typ: System.Int32
The ID of the IDTSOutput100 that contains the IDTSOutputColumn100 object.
- outputColumnID
Typ: System.Int32
The ID of the IDTSOutputColumn100 object.
- propertyName
Typ: System.String
The name of the IDTSCustomProperty100.
- propertyValue
Typ: System.Object
The value assigned to the IDTSCustomProperty100.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The IDTSCustomProperty100 whose value was set.
Hinweise
Override this method to control or prevent modifications to the custom property of the output column.