SpecialFlags propriété
Gets or sets an integer that specifies the special flags of the output column.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property SpecialFlags As Integer
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int32
The special flags of an output column.