IntegrationServices.Connection Property

Definition

Gets or sets the connection.

public:
 property Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ Connection { Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ get(); void set(Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnore]
public Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection Connection { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnore>]
member this.Connection : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection with get, set
Public Property Connection As SqlStoreConnection

Property Value

The connection.

Attributes

Applies to