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


Свойство IntegrationServices.Connection

Gets or sets the connection.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcIgnoreAttribute> _
Public Property Connection As SqlStoreConnection 
    Get 
    Set
'Применение
Dim instance As IntegrationServices 
Dim value As SqlStoreConnection 

value = instance.Connection

instance.Connection = value
[SfcIgnoreAttribute]
public SqlStoreConnection Connection { get; set; }
[SfcIgnoreAttribute]
public:
property SqlStoreConnection^ Connection {
    SqlStoreConnection^ get ();
    void set (SqlStoreConnection^ value);
}
[<SfcIgnoreAttribute>]
member Connection : SqlStoreConnection with get, set
function get Connection () : SqlStoreConnection 
function set Connection (value : SqlStoreConnection)

Значение свойства

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
The connection.

См. также

Справочник

IntegrationServices Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices