SchemaException.TableName 属性

获取或设置出现错误的表的名称。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Public Property TableName As String
用法
Dim instance As SchemaException
Dim value As String

value = instance.TableName

instance.TableName = value
public string TableName { get; set; }
public:
property String^ TableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TableName ()

/** @property */
public void set_TableName (String value)
public function get TableName () : String

public function set TableName (value : String)

属性值

出现错误的表的名称。

请参阅

参考

SchemaException 类
SchemaException 成员
Microsoft.Synchronization.Data 命名空间