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.