Propriété XEStore.SfcConnection

Gets or sets the SFC connection.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public Property SfcConnection As ISfcConnection 
    Get 
    Private Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

XEStore Classe

Espace de noms Microsoft.SqlServer.Management.XEvent