Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Connection object.
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.ConnectionProcessingFinishedEventArgs
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
The Connection object.