Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gets or sets the name of the destination table on the server.
Public Property DestinationTableName As String
public string DestinationTableName {get;set;}
The default value is a null reference (Nothing in Visual Basic).
If the value is changed while a WriteToServer call is executing, the change has no effect.
If the value has not been set before a call to the WriteToServer method, an InvalidOperationException error is thrown.
It is an error to set the value to null (Nothing in Visual Basic) or the empty string.