Compartir a través de


OperationMessage.MessageSourceType Propiedad

Gets the source type of the message.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

OperationMessage Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices