Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property RegeneratePackageID As Boolean
Get
Set
'Usage
Dim instance As PackageUpgradeOptions
Dim value As Boolean
value = instance.RegeneratePackageID
instance.RegeneratePackageID = value
public bool RegeneratePackageID { get; set; }
public:
property bool RegeneratePackageID {
bool get ();
void set (bool value);
}
member RegeneratePackageID : bool with get, set
function get RegeneratePackageID () : boolean
function set RegeneratePackageID (value : boolean)
Property Value
Type: System.Boolean
A value that specifies whether a new GUID is created and the package ID is updated. The default value is false.