Freigeben über


Policy.ConnectionProcessingStartedEventArgs.Connection-Eigenschaft

Gets or sets the connection.

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

Syntax

'Declaration
Public Property Connection As ISfcConnection 
    Get 
    Set
'Usage
Dim instance As Policy.ConnectionProcessingStartedEventArgs 
Dim value As ISfcConnection 

value = instance.Connection

instance.Connection = value
public ISfcConnection Connection { get; set; }
public:
property ISfcConnection^ Connection {
    ISfcConnection^ get ();
    void set (ISfcConnection^ value);
}
member Connection : ISfcConnection with get, set
function get Connection () : ISfcConnection 
function set Connection (value : ISfcConnection)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection object value that represents the connection.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

Policy.ConnectionProcessingStartedEventArgs Klasse

Microsoft.SqlServer.Management.Dmf-Namespace