次の方法で共有


IntegrationServices.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
接続。

関連項目

参照

IntegrationServices クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間