共用方式為


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