IDTSInputColumn100.UsageType Propriété

Définition

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSUsageType UsageType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSUsageType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSUsageType value); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSUsageType UsageType { [System.Runtime.InteropServices.DispId(105)] get; [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.UsageType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSUsageType with get, set
Public Property UsageType As DTSUsageType

Valeur de propriété

Retourne une valeur issue de l’énumération DTSUsageType.

Attributs

Remarques

Si la propriété UsageType est UT_READWRITE, le composant peut modifier les données de la colonne lors de l’exécution du paquet.

S’applique à