Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Provides data for the SchemaCreated event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Data.SchemaCreatedEventArgs
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SchemaCreatedEventArgs _
Inherits EventArgs
'Usage
Dim instance As SchemaCreatedEventArgs
public class SchemaCreatedEventArgs : EventArgs
public ref class SchemaCreatedEventArgs : public EventArgs
type SchemaCreatedEventArgs =
class
inherit EventArgs
end
public class SchemaCreatedEventArgs extends EventArgs
The SchemaCreatedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SchemaCreatedEventArgs | Initializes a new instance of the SchemaCreatedEventArgs class by using synchronization table, schema, connection, and transaction parameters. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Connection | Gets an IDbConnection object for the connection over which the schema was created. |
![]() |
Schema | Gets a SyncSchema object for the table that was created. |
![]() |
Table | Gets a SyncTable object that contains settings for the table that was created. |
![]() |
Transaction | Gets or sets an IDbTransaction object that contains the transaction within which the schema was created. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)