다음을 통해 공유


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 네임스페이스