Partager via


Propriété IDTSPipeline100.AutoGenerateIDForNewObjects

Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property AutoGenerateIDForNewObjects As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSPipeline100 
Dim value As Boolean 

value = instance.AutoGenerateIDForNewObjects

instance.AutoGenerateIDForNewObjects = value
bool AutoGenerateIDForNewObjects { get; set; }
property bool AutoGenerateIDForNewObjects {
    bool get ();
    void set (bool value);
}
abstract AutoGenerateIDForNewObjects : bool with get, set
function get AutoGenerateIDForNewObjects () : boolean 
function set AutoGenerateIDForNewObjects (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the data flow automatically generates the ID for new objects; otherwise, false. The default is true.

Notes

If this property is set to false then you must explicitly set the ID property of newly created data flow objects.

Voir aussi

Référence

IDTSPipeline100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper