Condividi tramite


DTSUsageType Enumeration

Indicates how an IDTSInputColumn90 object is used by a component.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSUsageType
public enum DTSUsageType
public enum class DTSUsageType
public enum DTSUsageType
public enum DTSUsageType

Members

Member name Description
UT_IGNORED The column is ignored by the component.
UT_READONLY The component will read the values of an input column, but will not modify them.
UT_READWRITE The component will read and write to the column data.

Osservazioni

This enumeration contains values that indicate how a component will use an IDTSInputColumn90 object.

Components validate that each column in their IDTSInputColumnCollection90 has its UsageType property set correctly.

For example, if a component needs read/write permission to an input column and the column's UsageType property is set to UT_READONLY, it should post a DTS_E_CANTSETUSAGETYPE message and return a failure result from Validate.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace