Partager via


Propriété UpgradePackageInfo.HasNewName

Gets a value that specifies whether the upgraded Integration Services package has been renamed.

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

Syntaxe

'Déclaration
Public ReadOnly Property HasNewName As Boolean 
    Get
'Utilisation
Dim instance As UpgradePackageInfo 
Dim value As Boolean 

value = instance.HasNewName
public bool HasNewName { get; }
public:
property bool HasNewName {
    bool get ();
}
member HasNewName : bool
function get HasNewName () : boolean

Valeur de propriété

Type : System.Boolean
A value that specifies whether the name has been changed for the upgraded package.

Voir aussi

Référence

UpgradePackageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime