Share via


DataParameter.SetSizeCore Method

Sets an integer value specifying the size of the current parameter.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Sub SetSizeCore ( _
    value As Integer _
)
protected virtual void SetSizeCore(
    int value
)
protected:
virtual void SetSizeCore(
    int value
)
abstract SetSizeCore : 
        value:int -> unit  
override SetSizeCore : 
        value:int -> unit
protected function SetSizeCore(
    value : int
)

Parameters

Remarks

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace

GetSizeImpl