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!

SByteStorage.SetCapacity

[To be supplied.]

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

Parameters

capacity
[To be supplied.]

See Also

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