Propriedade SpecialFlags
Gets or sets an integer that specifies the special flags of the output column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Property SpecialFlags As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
The special flags of an output column.
Consulte também