IDTSOutputColumn100.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.