Поделиться через


Свойство 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.