OperationMessage.MessageSourceType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type de source du 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)
Valeur de propriété
Type de source du message.
- Attributs