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 SchemaCreatedEventArgs 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 SchemaCreatedEventArgs (
SyncTable syncTable,
SyncSchema syncSchema,
IDbConnection connection,
IDbTransaction transaction
)
public:
SchemaCreatedEventArgs (
SyncTable^ syncTable,
SyncSchema^ syncSchema,
IDbConnection^ connection,
IDbTransaction^ transaction
)
public SchemaCreatedEventArgs (
SyncTable syncTable,
SyncSchema syncSchema,
IDbConnection connection,
IDbTransaction transaction
)
public function SchemaCreatedEventArgs (
syncTable : SyncTable,
syncSchema : SyncSchema,
connection : IDbConnection,
transaction : IDbTransaction
)
Parameters
- syncTable
A SyncTable object that contains settings for the table that was created.
- syncSchema
A SyncSchema object. This is a DataSet that contains schema information for the table that was 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 was created.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SchemaCreatedEventArgs Class
SchemaCreatedEventArgs Members
Microsoft.Synchronization.Data Namespace