Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取或设置服务器上目标表的名称。
Public Property DestinationTableName As String
public string DestinationTableName {get;set;}
缺省值为空值引用。Visual Basic 中则是 Nothing。
如果在 WriteToServer 执行期间更改了该值,这种更改不会产生任何影响。
如果在调用 WriteToServer 之前未设置该值,将会抛出 InvalidOperationException。
将该值设置为 NULL 或空字符串是错误的。