SchemaCreatedEventArgs Class

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
Public method SchemaCreatedEventArgs Initializes a new instance of the SchemaCreatedEventArgs 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 was created.
Public property Schema Gets a SyncSchema object for the table that was created.
Public property Table Gets a SyncTable object that contains settings for the table that was created.
Public property Transaction Gets or sets an IDbTransaction object that contains the transaction within which the schema was 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