Propriété Policy.ConnectionProcessingStartedEventArgs.Connection
Gets or sets the connection.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Property Connection As ISfcConnection
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection object value that represents the connection.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.