共用方式為


OperationMessage.MessageType 屬性

Gets the type of the message in the operation.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageType As Nullable(Of Short)
    Get
'用途
Dim instance As OperationMessage 
Dim value As Nullable(Of Short)

value = instance.MessageType
[SfcPropertyAttribute(Data = true)]
public Nullable<short> MessageType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<short> MessageType {
    Nullable<short> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member MessageType : Nullable<int16>
function get MessageType () : Nullable<short>

屬性值

型別:System.Nullable<Int16>
The type of the message.

請參閱

參考

OperationMessage 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間