Policy.ConnectionProcessingFinishedEventArgs.Connection 属性

Gets or sets the Connection object.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Property Connection As ISfcConnection 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.Management.Common.ISfcConnection
The Connection object.

请参阅

参考

Policy.ConnectionProcessingFinishedEventArgs 类

Microsoft.SqlServer.Management.Dmf 命名空间