ConnectionManagerFlatFileClass 类
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see ConnectionManager.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime.Wrapper..::..ConnectionManagerFlatFileClass
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("0B219A8A-5097-42BA-AAD7-0C48D800B578")> _
<ClassInterfaceAttribute()> _
Public Class ConnectionManagerFlatFileClass _
Implements IDTSConnectionManager100, ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
用法
Dim instance As ConnectionManagerFlatFileClass
[GuidAttribute("0B219A8A-5097-42BA-AAD7-0C48D800B578")]
[ClassInterfaceAttribute()]
public class ConnectionManagerFlatFileClass : IDTSConnectionManager100,
ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
[GuidAttribute(L"0B219A8A-5097-42BA-AAD7-0C48D800B578")]
[ClassInterfaceAttribute()]
public ref class ConnectionManagerFlatFileClass : IDTSConnectionManager100,
ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
[<GuidAttribute("0B219A8A-5097-42BA-AAD7-0C48D800B578")>]
[<ClassInterfaceAttribute()>]
type ConnectionManagerFlatFileClass =
class
interface IDTSConnectionManager100
interface ConnectionManagerFlatFile
interface IDTSConnectionManagerFlatFile100
interface IDTSConnectionManagerFile100
end
public class ConnectionManagerFlatFileClass implements IDTSConnectionManager100, ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
ConnectionManagerFlatFileClass 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
CodePage | 基础结构。For more information, see ConnectionManager. | |
ColumnNamesInFirstDataRow | 基础结构。For more information, see ConnectionManager. | |
Columns | 基础结构。For more information, see ConnectionManager. | |
ConnectionString | 基础结构。For more information, see ConnectionManager. | |
DataRowsToSkip | 基础结构。For more information, see ConnectionManager. | |
FileUsageType | 基础结构。For more information, see ConnectionManager. | |
Format | 基础结构。For more information, see ConnectionManager. | |
HeaderRowDelimiter | 基础结构。For more information, see ConnectionManager. | |
HeaderRowsToSkip | 基础结构。For more information, see ConnectionManager. | |
LocaleID | 基础结构。For more information, see ConnectionManager. | |
ProtectionLevel | 基础结构。For more information, see ConnectionManager. | |
RowDelimiter | 基础结构。For more information, see ConnectionManager. | |
SupportsDTCTransactions | 基础结构。For more information, see ConnectionManager. | |
TextQualifier | 基础结构。For more information, see ConnectionManager. | |
Unicode | 基础结构。For more information, see ConnectionManager. |
页首
方法
名称 | 说明 | |
---|---|---|
AcquireConnection | 基础结构。For more information, see ConnectionManager. | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ReleaseConnection | 基础结构。For more information, see ConnectionManager. | |
SetQualifier | 基础结构。For more information, see ConnectionManager. | |
ToString | (从 Object 继承。) | |
Validate | 基础结构。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。