IDTSOutputColumn100.SpecialFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an integer that specifies the special flags of the output column.
public:
property int SpecialFlags { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(112)]
public int SpecialFlags { [System.Runtime.InteropServices.DispId(112)] get; [System.Runtime.InteropServices.DispId(112)] set; }
[<System.Runtime.InteropServices.DispId(112)>]
[<get: System.Runtime.InteropServices.DispId(112)>]
[<set: System.Runtime.InteropServices.DispId(112)>]
member this.SpecialFlags : int with get, set
Public Property SpecialFlags As Integer
Property Value
The special flags of an output column.
- Attributes