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.