Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property UsageType As DTSUsageType
Get
Set
'Usage
Dim instance As IDTSInputColumn100
Dim value As DTSUsageType
value = instance.UsageType
instance.UsageType = value
DTSUsageType UsageType { get; set; }
property DTSUsageType UsageType {
DTSUsageType get ();
void set (DTSUsageType value);
}
abstract UsageType : DTSUsageType with get, set
function get UsageType () : DTSUsageType
function set UsageType (value : DTSUsageType)
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
Returns a value from the DTSUsageType enumeration.
Remarks
If the UsageType property is UT_READWRITE, the component can modify the data in the column during package execution.