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!

CharStorage.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

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