StatusMessage.Code 필드
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