SpecialFlags 属性
Gets or sets an integer that specifies the special flags of the output column.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Property SpecialFlags As Integer
Get
Set
用法
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)
属性值
类型:System. . :: . .Int32
The special flags of an output column.