LaunchedEventArgs.Context プロパティ

定義

コンテキストから指定されたプロパティを取得します。

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

プロパティ値

指定に基づいてコンテキストから取得されたプロパティ。

適用対象