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!

ADOCommand.Properties

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;

Property Value

The ADO property settings for the command.

Remarks

Use this property only after the connection is open.

Example

The following example creates a command and displays some of its read-only properties.

See Also

ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace | ADOProperty