ConnectionManagerMultiFileClass 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示连接管理器多文件类。
public ref class ConnectionManagerMultiFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerMultiFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerMultiFileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerMultiFile
interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")>]
type ConnectionManagerMultiFileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerMultiFile
interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")>]
type ConnectionManagerMultiFileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerMultiFile
interface IDTSConnectionManagerFile100
Public Class ConnectionManagerMultiFileClass
Implements ConnectionManagerMultiFile, IDTSConnectionManagerFile100
- 继承
-
ConnectionManagerMultiFileClass
- 属性
- 实现
注解
有关详细信息,请参阅 ConnectionManager。
构造函数
ConnectionManagerMultiFileClass() |
初始化 ConnectionManagerMultiFileClass 类的新实例。 |
属性
ConnectionString |
获取或设置用于与数据源建立连接的连接字符串。 |
FileUsageType |
获取或设置文件连接使用类型。 |
ProtectionLevel |
获取或设置对包中包含的敏感数据执行的加密级别。 |
Scope |
获取或设置连接的作用域。 |
SupportsDTCTransactions |
获取一个值,该值指示连接是否支持 DTC 事务。 |
方法
AcquireConnection(Object) |
创建连接类型的实例。 |
ReleaseConnection(Object) |
释放在 AcquireConnection(Object) 期间内建立的连接。 |
SetQualifier(String) |
在创建连接管理器之后但尚未在运行的包中使用它之前,更改连接管理器上的限定符。 |
Validate(IDTSInfoEvents100) |
验证连接并返回一个指示成功或失败的枚举。 |