Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a SyncSchema object for the table that is being created.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Schema As SyncSchema
'Usage
Dim instance As CreatingSchemaEventArgs
Dim value As SyncSchema
value = instance.Schema
public SyncSchema Schema { get; }
public:
property SyncSchema^ Schema {
SyncSchema^ get ();
}
/** @property */
public SyncSchema get_Schema ()
public function get Schema () : SyncSchema
Property Value
The SyncSchema object for the table that is being created.
See Also
Reference
CreatingSchemaEventArgs Class
CreatingSchemaEventArgs Members
Microsoft.Synchronization.Data Namespace