Share via


IntegrationServices.Connection Property

Gets or sets the connection.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public Property Connection As SqlStoreConnection 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
The connection.

See Also

Reference

IntegrationServices Class

Microsoft.SqlServer.Management.IntegrationServices Namespace