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!

SQLSchemaMappingEventArgs.Command

[To be supplied.]

[Visual Basic]
Public ReadOnly Property Command As SQLCommand
[C#]
public SQLCommand Command {new get;}
[C++]
public: __property SQLCommand* get_Command();
[JScript]
public function get Command() : SQLCommand;

See Also

SQLSchemaMappingEventArgs Class | SQLSchemaMappingEventArgs Members | System.Data.SQL Namespace