NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SchemaChangingEventArgs Constructor (SchemaType, Object)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal schemaType As SchemaType, _
   ByVal source As Object _
)
[C#]
public SchemaChangingEventArgs(
   SchemaType schemaType,
   object source
);
[C++]
public: SchemaChangingEventArgs(
   SchemaType schemaType,
   Object* source
);
[JScript]
public function SchemaChangingEventArgs(
   schemaType : SchemaType,
   source : Object
);

Parameters

schemaType
[To be supplied.]
source
[To be supplied.]

See Also

SchemaChangingEventArgs Class | SchemaChangingEventArgs Members | System.Data.Internal Namespace | SchemaChangingEventArgs Constructor Overload List