Code 字段

Indicates the unique code for a warning or error message that results from upgrading an Integration Services package.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Code As Integer
用法
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