次の方法で共有


ServerTraceEventSet.ShowplanXmlStatisticsProfile プロパティ

イベントがイベント セットに含まれるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property ShowplanXmlStatisticsProfile As Boolean 
    Get 
    Set
'使用
Dim instance As ServerTraceEventSet 
Dim value As Boolean 

value = instance.ShowplanXmlStatisticsProfile

instance.ShowplanXmlStatisticsProfile = value
public bool ShowplanXmlStatisticsProfile { get; set; }
public:
property bool ShowplanXmlStatisticsProfile {
    bool get ();
    void set (bool value);
}
member ShowplanXmlStatisticsProfile : bool with get, set
function get ShowplanXmlStatisticsProfile () : boolean 
function set ShowplanXmlStatisticsProfile (value : boolean)

プロパティ値

型: System.Boolean
ShowplanXmlStatisticsProfile イベントがイベント セットに含まれるかどうかを示す Boolean 値。 True の場合、ShowplanXmlStatisticsProfile イベントはイベント セットに含まれます。 False (既定値) の場合、ShowplanXmlStatisticsProfile イベントはイベント セットに含まれません。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO イベントの処理

関連項目

参照

ServerTraceEventSet クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

イベントのトレースおよび再生

SQL Server イベント クラスの参照