Bagikan melalui


ConnectionManagerFlatFileClass.HeaderRowDelimiter Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the header row delimiter.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property HeaderRowDelimiter As String 
    Get 
    Set
'Usage
Dim instance As ConnectionManagerFlatFileClass 
Dim value As String 

value = instance.HeaderRowDelimiter

instance.HeaderRowDelimiter = value
public virtual string HeaderRowDelimiter { get; set; }
public:
virtual property String^ HeaderRowDelimiter {
    String^ get ();
    void set (String^ value);
}
abstract HeaderRowDelimiter : string with get, set 
override HeaderRowDelimiter : string with get, set
function get HeaderRowDelimiter () : String 
function set HeaderRowDelimiter (value : String)

Property Value

Type: System.String
The header row delimiter.

Implements

IDTSConnectionManagerFlatFile100.HeaderRowDelimiter

See Also

Reference

ConnectionManagerFlatFileClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace