CreatingSchemaEventArgs Class

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
Public method CreatingSchemaEventArgs Initializes a new instance of the CreatingSchemaEventArgs class by using synchronization table, schema, connection, and transaction parameters.

Top

Properties

  Name Description
Public property Connection Gets an IDbConnection object for the connection over which the schema will be created.
Public property Schema Gets a SyncSchema object for the table that is being created.
Public property Table Gets a SyncTable object that contains settings for the table that is being created.
Public property Transaction Gets or sets an IDbTransaction object that contains the transaction within which the schema will be created.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Synchronization.Data Namespace