AdoDotNetParameter.GetSizeCore Method

Retrieves an integer value specifying the size of the parameter.

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

Syntax

'宣言
Protected Overrides Function GetSizeCore As Integer
'使用
Dim returnValue As Integer

returnValue = Me.GetSizeCore()
protected override int GetSizeCore()
protected:
virtual int GetSizeCore() override
protected override 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.

The base implementation of this method returns zero.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

SetSizeCore