IDTSInputColumn100.UsageType Proprietà

Definizione

Ottiene o imposta un valore che determina come un IDTSInputColumn100 oggetto viene utilizzato dal componente.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType UsageType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType value); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.DTSUsageType with get, set
Public Property UsageType As DTSUsageType

Valore della proprietà

Restituisce un valore dall'enumerazione DTSUsageType .

Attributi

Commenti

Se la UsageType proprietà è UT_READWRITE, il componente può modificare i dati nella colonna durante l'esecuzione del pacchetto.

Si applica a