Compartir a través de


ObjectSchema Propiedad

Obtiene o establece el esquema de base de datos opcional en el que Sync Framework crea los objetos.

Espacio de nombres:  Microsoft.Synchronization.Data.SqlServer
Ensamblado:  Microsoft.Synchronization.Data.SqlServer (en Microsoft.Synchronization.Data.SqlServer.dll)

Sintaxis

'Declaración
Public Property ObjectSchema As String
    Get
    Set
'Uso
Dim instance As SqlSyncProvider
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);
}
member ObjectSchema : string with get, set
function get ObjectSchema () : String
function set ObjectSchema (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
El esquema de base de datos en el que Sync Framework crea los objetos.

Vea también

Referencia

SqlSyncProvider Clase

SqlSyncProvider Miembros

Microsoft.Synchronization.Data.SqlServer Espacio de nombres