Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the row delimiter.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property RowDelimiter As String
Get
Set
'Usage
Dim instance As ConnectionManagerMultiFlatFileClass
Dim value As String
value = instance.RowDelimiter
instance.RowDelimiter = value
public virtual string RowDelimiter { get; set; }
public:
virtual property String^ RowDelimiter {
String^ get ();
void set (String^ value);
}
abstract RowDelimiter : string with get, set
override RowDelimiter : string with get, set
function get RowDelimiter () : String
function set RowDelimiter (value : String)
Property Value
Type: System.String
The row delimiter.
Implements
IDTSConnectionManagerFlatFile100.RowDelimiter