MainPipeClass.IDTSObjectModel90_AutoGenerateIDForNewObjects Property
Gets or sets a value that specifies whether a 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 (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
Public Overridable Property IDTSObjectModel90_AutoGenerateIDForNewObjects As Boolean Implements IDTSObjectModel90.AutoGenerateIDForNewObjects
public virtual bool IDTSObjectModel90.AutoGenerateIDForNewObjects { get; set; }
public:
virtual property bool IDTSObjectModel90_AutoGenerateIDForNewObjects {
bool get () = IDTSObjectModel90::AutoGenerateIDForNewObjects::get;
void set ([InAttribute] bool pbAutoGenerateIDForNewObjects) = IDTSObjectModel90::AutoGenerateIDForNewObjects::set;
}
J# prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface explicites.
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface explicites.
Valeur de propriété
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, you must explicitly set the ID property of newly created data flow objects.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MainPipeClass Class
MainPipeClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace