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.