UsageType propriété
Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property UsageType As DTSUsageType
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSUsageType
Returns a value from the DTSUsageType enumeration.
Notes
If the UsageType property is UT_READWRITE, the component can modify the data in the column during package execution.