Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the CreatingSchemaEventArgs class by using synchronization table, schema, connection, and transaction parameters.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
syncTable As SyncTable, _
syncSchema As SyncSchema, _
connection As IDbConnection, _
transaction As IDbTransaction _
)
public CreatingSchemaEventArgs (
SyncTable syncTable,
SyncSchema syncSchema,
IDbConnection connection,
IDbTransaction transaction
)
public:
CreatingSchemaEventArgs (
SyncTable^ syncTable,
SyncSchema^ syncSchema,
IDbConnection^ connection,
IDbTransaction^ transaction
)
public CreatingSchemaEventArgs (
SyncTable syncTable,
SyncSchema syncSchema,
IDbConnection connection,
IDbTransaction transaction
)
public function CreatingSchemaEventArgs (
syncTable : SyncTable,
syncSchema : SyncSchema,
connection : IDbConnection,
transaction : IDbTransaction
)
Parameters
- syncTable
A SyncTable object that contains settings for the table that is being created.
- syncSchema
A SyncSchema object. This is a DataSet that contains schema information for the table that is being created.
- connection
An IDbConnection object that contains a connection to the client or server database.
- transaction
An IDbTransaction object that contains the transaction within which the schema will be created.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
CreatingSchemaEventArgs Class
CreatingSchemaEventArgs Members
Microsoft.Synchronization.Data Namespace