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 CreatingSchema event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Data.CreatingSchemaEventArgs
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CreatingSchemaEventArgs _
Inherits EventArgs
'Usage
Dim instance As CreatingSchemaEventArgs
[SerializableAttribute]
public class CreatingSchemaEventArgs : EventArgs
[SerializableAttribute]
public ref class CreatingSchemaEventArgs : public EventArgs
[<SerializableAttribute>]
type CreatingSchemaEventArgs =
class
inherit EventArgs
end
public class CreatingSchemaEventArgs extends EventArgs
The CreatingSchemaEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
CreatingSchemaEventArgs | Initializes a new instance of the CreatingSchemaEventArgs 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 will be created. |
![]() |
Schema | Gets a SyncSchema object for the table that is being created. |
![]() |
Table | Gets a SyncTable object that contains settings for the table that is being created. |
![]() |
Transaction | Gets or sets an IDbTransaction object that contains the transaction within which the schema will be 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)