ConnectionManagerCache 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface class ConnectionManagerCache : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.ConnectionManagerCacheClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerCache : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.ConnectionManagerCacheClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerCache = interface
interface IDTSConnectionManager100
Public Interface ConnectionManagerCache
Implements IDTSConnectionManager100
- 衍生
- 屬性
- 實作
屬性
| 名稱 | Description |
|---|---|
| ConnectionString | (繼承來源 IDTSConnectionManager100) |
| ProtectionLevel | (繼承來源 IDTSConnectionManager100) |
| Scope | (繼承來源 IDTSConnectionManager100) |
| SupportsDTCTransactions | (繼承來源 IDTSConnectionManager100) |
方法
| 名稱 | Description |
|---|---|
| AcquireConnection(Object) | (繼承來源 IDTSConnectionManager100) |
| ReleaseConnection(Object) | (繼承來源 IDTSConnectionManager100) |
| SetQualifier(String) | (繼承來源 IDTSConnectionManager100) |
| Validate(IDTSInfoEvents100) | (繼承來源 IDTSConnectionManager100) |