此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Releases any connections associated with the wrapper.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Sub ReleaseConnection ( _
connection As Object _
)
'用途
Dim instance As ManagedWrapper
Dim connection As Object
instance.ReleaseConnection(connection)
public void ReleaseConnection(
Object connection
)
public:
virtual void ReleaseConnection(
Object^ connection
) sealed
abstract ReleaseConnection :
connection:Object -> unit
override ReleaseConnection :
connection:Object -> unit
public final function ReleaseConnection(
connection : Object
)
參數
- connection
型別:System.Object
The connection.
實作
IDTSConnectionManager100.ReleaseConnection(Object)