IntegrationServices.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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