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 네임스페이스