OperationMessage.MessageType Property

Definition

Gets the type of the message in the operation.

public:
 property Nullable<short> MessageType { Nullable<short> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Message Type")]
[System.ComponentModel.ReadOnly(true)]
public short? MessageType { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Message Type")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.MessageType : Nullable<int16>
Public ReadOnly Property MessageType As Nullable(Of Short)

Property Value

The type of the message.

Attributes

Applies to