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!

ADOParameter.Size

Gets or sets the maximum size of the field.

[Visual Basic]
Public Property Size As Integer
[C#]
public int Size {get; set;}
[C++]
public: __property int get_Size();
public: __property void set_Size(int);
[JScript]
public function get Size() : int;
public function set Size(int);

Property Value

The maximum size of the field.

Remarks

This property is only used for variable length input parameters. For unicode strings, use character count. For ansi strings and binary data, use byte count.

See Also

ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace