Partager via


Propriété OperationMessage.MessageSourceType

Gets the source type of the message.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageSourceType As Nullable(Of Short)
    Get
'Utilisation
Dim instance As OperationMessage 
Dim value As Nullable(Of Short)

value = instance.MessageSourceType
[SfcPropertyAttribute(Data = true)]
public Nullable<short> MessageSourceType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<short> MessageSourceType {
    Nullable<short> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member MessageSourceType : Nullable<int16>
function get MessageSourceType () : Nullable<short>

Valeur de propriété

Type : System.Nullable<Int16>
The source type of the message.

Voir aussi

Référence

OperationMessage Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices