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.