Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the upgrade status for a collection of Integration Services packages.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Status As UpgradeResultStatus
Get
'Usage
Dim instance As UpgradeResult
Dim value As UpgradeResultStatus
value = instance.Status
public UpgradeResultStatus Status { get; }
public:
property UpgradeResultStatus Status {
UpgradeResultStatus get ();
}
member Status : UpgradeResultStatus
function get Status () : UpgradeResultStatus
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.UpgradeResultStatus
An UpgradeResultStatus enumeration that specifies the status.