IDTSObjectModel100.AutoGenerateIDForNewObjects Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property AutoGenerateIDForNewObjects As Boolean
Get
Set
'Usage
Dim instance As IDTSObjectModel100
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)
Property Value
Type: System.Boolean
true if the data flow automatically generates the ID for new objects; otherwise, false.