Share via


DataParameter.GetSizeImpl Method

Retrieves an integer value specifying the size of the parameter.

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

Syntax

'Declaration
Protected Overridable Function GetSizeImpl As Integer
protected virtual int GetSizeImpl()
protected:
virtual int GetSizeImpl()
abstract GetSizeImpl : unit -> int  
override GetSizeImpl : unit -> int
protected function GetSizeImpl() : int

Return Value

Type: System.Int32
Returns the size of the parameter and an integer value.

Remarks

This method is called by the implementation of the Size property.

The base implementation of this method returns zero.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace