Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of the message in the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageType As Nullable(Of Short)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Nullable<Int16>
The type of the message.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace