接続を取得または設定します。
名前空間: 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
接続。