Gets the collection of ADOProperties.
[Visual Basic] Public ReadOnly Property Properties As ADOProperties [C#] public ADOProperties Properties {get;} [C++] public: __property ADOProperties* get_Properties(); [JScript] public function get Properties() : ADOProperties;
The ADO property settings for the command.
Use this property only after the connection is open.
The following example creates a command and displays some of its read-only properties.
ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace | ADOProperty