XEStore.SfcConnection Property

Gets or sets the SFC connection.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public Property SfcConnection As ISfcConnection 
    Get 
    Private Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.Management.Common.ISfcConnection
The SFC connection.

See Also

Reference

XEStore Class

Microsoft.SqlServer.Management.XEvent Namespace