Compartir a través de


UpgradePackageInfo.HasNewName Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property HasNewName As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

UpgradePackageInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime