LaunchedEventArgs.ResultContext プロパティ

定義

コンテキストから指定された結果を取得します。

public:
 property Microsoft::SqlServer::Management::Data::IContext ^ ResultContext { Microsoft::SqlServer::Management::Data::IContext ^ get(); };
public Microsoft.SqlServer.Management.Data.IContext ResultContext { get; }
member this.ResultContext : Microsoft.SqlServer.Management.Data.IContext
Public ReadOnly Property ResultContext As IContext

プロパティ値

指定に基づいてコンテキストから取得された結果。

適用対象