Connection 属性

Gets or sets the 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
A ISfcConnection object value that represents the connection.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。