Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULBulkCopy class

 

DestinationTableName property

Gets or sets the name of the destination table on the server.

Syntax
Visual Basic
Public Property DestinationTableName As String
C#
public string  DestinationTableName { get; set; }
Property value

The default value is a null reference (Nothing in Visual Basic).

Remarks

If the value is changed while WriteToServer is executing, the change has no effect.

If the value has not been set before a call to WriteToServer, an InvalidOperationException is raised.

It is an error to set the value to null (Nothing in Visual Basic) or the empty string.

See also