OperationMessage.MessageSourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the source type of the message.
public:
property Nullable<short> MessageSourceType { Nullable<short> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Message Source Type")]
[System.ComponentModel.ReadOnly(true)]
public short? MessageSourceType { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Message Source Type")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.MessageSourceType : Nullable<int16>
Public ReadOnly Property MessageSourceType As Nullable(Of Short)
Property Value
The source type of the message.
- Attributes