Właściwość Policy.ConnectionProcessingStartedEventArgs.Connection
Pobiera lub ustawia połączenie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Property Connection As ISfcConnection
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection wartość obiektu, który reprezentuje połączenie.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.