SqlCeSyncProviderAdapterConfiguration.TableName プロパティ

同期トポロジ内のローカル ノードでテーブルを識別するために使用する名前 (データベース固有の区切り文字を含まない) を取得または設定します。

名前空間: Microsoft.Synchronization.Data.SqlServerCe
アセンブリ: Microsoft.Synchronization.Data.SqlServerCe (microsoft.synchronization.data.sqlserverce.dll 内)

構文

'宣言
<XmlAttributeAttribute("Name")> _
Public Property TableName As String
'使用
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As String

value = instance.TableName

instance.TableName = value
[XmlAttributeAttribute("Name")] 
public string TableName { get; set; }
[XmlAttributeAttribute(L"Name")] 
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)

プロパティ値

同期トポロジ内のローカル ノードでテーブルを識別するために使用する名前。

参照

リファレンス

SqlCeSyncProviderAdapterConfiguration クラス
SqlCeSyncProviderAdapterConfiguration メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間