Policy.ConnectionProcessingStartedEventArgs.Connection プロパティ

接続を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Property Connection As ISfcConnection 
    Get 
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.Management.Common.ISfcConnection
接続を表す ISfcConnection オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

Policy.ConnectionProcessingStartedEventArgs クラス

Microsoft.SqlServer.Management.Dmf 名前空間