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 命名空間