XEStore.SfcConnection プロパティ

SFC 接続を取得または設定します。

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

構文

'宣言
<SfcIgnoreAttribute> _
Public Property SfcConnection As ISfcConnection 
    Get 
    Private Set
'使用
Dim instance As XEStore 
Dim value As ISfcConnection 

value = instance.SfcConnection
[SfcIgnoreAttribute]
public ISfcConnection SfcConnection { get; private set; }
[SfcIgnoreAttribute]
public:
property ISfcConnection^ SfcConnection {
    ISfcConnection^ get ();
    private: void set (ISfcConnection^ value);
}
[<SfcIgnoreAttribute>]
member SfcConnection : ISfcConnection with get, private set
function get SfcConnection () : ISfcConnection 
private function set SfcConnection (value : ISfcConnection)

プロパティ値

型: Microsoft.SqlServer.Management.Common.ISfcConnection
SFC 接続です。

関連項目

参照

XEStore クラス

Microsoft.SqlServer.Management.XEvent 名前空間