MainPipeClass.AutoGenerateIDForNewObjects 속성
Gets or sets a value that specifies whether a data flow automatically generates and sets the ID property for newly created objects.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Public Overridable Property AutoGenerateIDForNewObjects As Boolean
Get
Set
‘사용 방법
Dim instance As MainPipeClass
Dim value As Boolean
value = instance.AutoGenerateIDForNewObjects
instance.AutoGenerateIDForNewObjects = value
public virtual bool AutoGenerateIDForNewObjects { get; set; }
public:
virtual property bool AutoGenerateIDForNewObjects {
bool get ();
void set (bool value);
}
abstract AutoGenerateIDForNewObjects : bool with get, set
override AutoGenerateIDForNewObjects : bool with get, set
function get AutoGenerateIDForNewObjects () : boolean
function set AutoGenerateIDForNewObjects (value : boolean)
속성 값
유형: System.Boolean
true if the data flow automatically generates the ID for new objects; otherwise, false. The default is true.
구현
IDTSPipeline100.AutoGenerateIDForNewObjects
주의
If this property is set to false, you must explicitly set the ID property of newly created data flow objects.