Provides information about a command.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class CommandSchema : SchemaObjectWithOwnerBase, 
	ICommandSchema, ISchemaObjectWithOwner, ISchemaObject, INamedObject
Visual Basic
<SerializableAttribute>
Public Class CommandSchema
	Inherits SchemaObjectWithOwnerBase
	Implements ICommandSchema, ISchemaObjectWithOwner, ISchemaObject, INamedObject

Inheritance Hierarchy

System..::..Object
  NamedObjectBase
    SchemaExplorer..::..SchemaObjectBase
      SchemaExplorer..::..SchemaObjectWithOwnerBase
        SchemaExplorer..::..CommandSchema

See Also