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 source type of the message.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageSourceType As Nullable(Of Short)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Nullable<Int16>
The source type of the message.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace