Sets an integer value specifying the size of this parameter.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected Overrides Sub SetSizeCore ( _
value As Integer _
)
'使用
Dim value As Integer
Me.SetSizeCore(value)
protected override void SetSizeCore(
int value
)
protected:
virtual void SetSizeCore(
int value
) override
protected override function SetSizeCore(
value : int
)
Parameters
value
Type: System.Int32An integer specifying size.
Remarks
The base implementation of this method does nothing.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace
GetSizeImpl()