Gets or sets the name of the destination table on the server.
Visual Basic Public Property DestinationTableName As String
C# public string DestinationTableName { get; set; }
The default value is a null reference. In Visual Basic it is Nothing.
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 or the empty string.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |