Campo Code
Indicates the unique code for a warning or error message that results from upgrading an Integration Services package.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Code As Integer
'Utilizzo
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
Vedere anche