Partager via


Propriété PackageUpgradeOptions.RegeneratePackageID

Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property RegeneratePackageID As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
A value that specifies whether a new GUID is created and the package ID is updated. The default value is false.

Voir aussi

Référence

PackageUpgradeOptions Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime