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 네임스페이스