Condividi tramite


Proprietà OperationMessage.MessageSourceType

Gets the source type of the message.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageSourceType As Nullable(Of Short)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

OperationMessage Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices