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.
The unique code for a warning or error message that results from upgrading an Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Code As Integer
'Usage
Dim instance As StatusMessage
Dim value As Integer
value = instance.Code
instance.Code = value
public int Code
public:
int Code
val mutable Code: int
public var Code : int