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!

DataStorage.SetCapacity

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetCapacity( _
   ByVal capacity As Integer _
)
[C#]
public virtual void SetCapacity(
   int capacity
);
[C++]
public: virtual void SetCapacity(
   int capacity
);
[JScript]
public function SetCapacity(
   capacity : int
);

Parameters

capacity
[To be supplied.]

See Also

DataStorage Class | DataStorage Members | System.Data.Internal Namespace