TableName 屬性
取得或設定 SyncTable 的名稱。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 Microsoft.Synchronization.Data.dll 中)
語法
'宣告
Public Property TableName As String
Get
Set
'用途
Dim instance As SyncTableProgress
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
SyncTable 的名稱。