OperationMessage.MessageType 속성

정의

작업의 메시지 유형을 가져옵니다.

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)

속성 값

메시지 유형입니다.

특성

적용 대상