OperationMessage.MessageSourceType 属性
Gets the source type of the message.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageSourceType As Nullable(Of Short)
Get
用法
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>
属性值
类型:System.Nullable<Int16>
The source type of the message.