DataParameter.GetSizeCore Method

Retrieves an integer value specifying the size of the parameter.

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

Syntax

声明
Protected Overridable Function GetSizeCore As Integer
protected virtual int GetSizeCore()
protected:
virtual int GetSizeCore()
abstract GetSizeCore : unit -> int 
override GetSizeCore : unit -> int 
protected function GetSizeCore() : int

Return Value

Type: System.Int32
The size of the parameter as an integer value.

Remarks

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

Notes to Inheritors

The base implementation of this method returns zero.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace