SqlSyncStoreRestore.ObjectSchema 属性

获取或设置 Sync Framework 创建对象所采用的数据库架构。

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

语法

声明
Public Property ObjectSchema As String
用法
Dim instance As SqlSyncStoreRestore
Dim value As String

value = instance.ObjectSchema

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

/** @property */
public void set_ObjectSchema (String value)
public function get ObjectSchema () : String

public function set ObjectSchema (value : String)

属性值

Sync Framework 创建对象所采用的数据库架构。

请参阅

参考

SqlSyncStoreRestore 类
SqlSyncStoreRestore 成员
Microsoft.Synchronization.Data.SqlServer 命名空间