IDTSManagedComponentWrapper100.WrapperSetOutputColumnProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la propriété de la colonne de sortie du wrapper.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ WrapperSetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 WrapperSetOutputColumnProperty(int lOutputID, int lOutputColumnID, string PropertyName, object vValue);
abstract member WrapperSetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function WrapperSetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Paramètres
- lOutputID
- Int32
L’identifiant de sortie.
- lOutputColumnID
- Int32
L’identifiant de colonne de sortie.
- PropertyName
- String
Nom de la propriété.
- vValue
- Object
Valeur de propriété.
Retours
La propriété de la colonne de sortie du wrapper.