Compartir a través de


OperationMessage.MessageType Propiedad

Gets the type of the message in the operation.

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 MessageType As Nullable(Of Short)
    Get
'Uso
Dim instance As OperationMessage 
Dim value As Nullable(Of Short)

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

Valor de la propiedad

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

Vea también

Referencia

OperationMessage Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices