Freigeben über


SnapshotGenerationAgent.RowDelimiter Property

Gets or sets the character or character sequence that marks the end of a row in the SQL Server bulk-copy data file.

Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
Public Property RowDelimiter As String
public string RowDelimiter { get; set; }
public:
virtual property String^ RowDelimiter {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_RowDelimiter ()

/** @property */
public final void set_RowDelimiter (String value)
public final function get RowDelimiter () : String

public final function set RowDelimiter (value : String)

Eigenschaftswert

A String value that represents the row delimiter.

Hinweise

When the RowDelimiter property is set to null or an empty string value, the default delimiter \n<x$3>\n is used.

When setting RowDelimiter, it is important to choose a delimiter value that will never be included in part of any published data value or else there will be ambiguity as to where data is delimited when the generated bcp file is applied to the Subscriber.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

SnapshotGenerationAgent Class
SnapshotGenerationAgent Members
Microsoft.SqlServer.Replication Namespace