Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection object value that represents the connection.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.