IDTSOutputColumn100.SpecialFlags Property
Gets or sets an integer that specifies the special flags of the output column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property SpecialFlags As Integer
Get
Set
'Usage
Dim instance As IDTSOutputColumn100
Dim value As Integer
value = instance.SpecialFlags
instance.SpecialFlags = value
int SpecialFlags { get; set; }
property int SpecialFlags {
int get ();
void set (int value);
}
abstract SpecialFlags : int with get, set
function get SpecialFlags () : int
function set SpecialFlags (value : int)
Property Value
Type: System.Int32
The special flags of an output column.