TableName 屬性
取得或設定資料表的名稱。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 Microsoft.Synchronization.Data.dll 中)
語法
'宣告
Public Property TableName As String
Get
Set
'用途
Dim instance As SyncSchemaTable
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);
}
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)
屬性值
型別:System. . :: . .String
資料表的名稱。
例外
例外狀況 | 條件 |
---|---|
ArgumentNullException | value 是 null Nothing nullptr unit null 參考 (在 Visual Basic 中為 Nothing) 。 |
備註
資料表名稱不能為 null,也不能重複相同 SyncSchema 物件中的值。