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.