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