OperationMessage.MessageType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作のメッセージの種類を取得します。
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)
プロパティ値
メッセージの種類。
- 属性