共用方式為


XEStore.SfcConnection 屬性

Gets or sets the SFC connection.

命名空間:  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
The SFC connection.

請參閱

參考

XEStore 類別

Microsoft.SqlServer.Management.XEvent 命名空間