Package.RegenerateID 메서드

Creates a new GUID for the package and updates the package ID property.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub RegenerateID
‘사용 방법
Dim instance As Package

instance.RegenerateID()
public void RegenerateID()
public:
void RegenerateID()
member RegenerateID : unit -> unit
public function RegenerateID()

주의

When a package is copied, this method creates a new ID for the copied package; therefore, the log files contain a new GUID that is unique to the newly copied package and is different from the GUID of the package that was copied

참고 항목

참조

Package 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스