次の方法で共有


OperationMessage.Message プロパティ

操作のメッセージ テキストを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Message As String 
    Get
'使用
Dim instance As OperationMessage 
Dim value As String 

value = instance.Message
[SfcPropertyAttribute(Data = true)]
public string Message { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Message {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Message : string
function get Message () : String

プロパティ値

型: System.String
メッセージ。

関連項目

参照

OperationMessage クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間