共用方式為


FlatFileColumn.TextQualified 屬性

Gets or sets a Boolean that indicates whether the column is text qualified.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property TextQualified As Boolean 
    Get 
    Set
'用途
Dim instance As FlatFileColumn 
Dim value As Boolean 

value = instance.TextQualified

instance.TextQualified = value
public bool TextQualified { get; set; }
public:
property bool TextQualified {
    bool get ();
    void set (bool value);
}
member TextQualified : bool with get, set
function get TextQualified () : boolean 
function set TextQualified (value : boolean)

屬性值

型別:System.Boolean
A Boolean that indicates whether the column is text qualified.

請參閱

參考

FlatFileColumn 類別

Microsoft.SqlServer.Dts.Runtime 命名空間