HasNewName 属性

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property HasNewName As Boolean
    Get
用法
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

属性值

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