FlatFileColumn 類別
Contains information that defines the properties of columns in a flat file source or destination data adapter. The flat file adapter is used for accessing data in flat files. This class cannot be inherited.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public NotInheritable Class FlatFileColumn _
Inherits DtsObject _
Implements IDTSPersist, IDTSName, IComponent, IDisposable
'用途
Dim instance As FlatFileColumn
public sealed class FlatFileColumn : DtsObject,
IDTSPersist, IDTSName, IComponent, IDisposable
public ref class FlatFileColumn sealed : public DtsObject,
IDTSPersist, IDTSName, IComponent, IDisposable
[<SealedAttribute>]
type FlatFileColumn =
class
inherit DtsObject
interface IDTSPersist
interface IDTSName
interface IComponent
interface IDisposable
end
public final class FlatFileColumn extends DtsObject implements IDTSPersist, IDTSName, IComponent, IDisposable
備註
This class inherits from the following classes and interfaces:
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..FlatFileColumn
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。