次の方法で共有


OperationMessage.MessageSourceType プロパティ

メッセージのソースの種類を取得します。

名前空間:  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>
メッセージのソースの種類。

関連項目

参照

OperationMessage クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間