Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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