AdoDotNetParameter.GetSizeImpl Method

Retrieves an integer value specifying the size of the parameter.

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

Syntax

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

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

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

SetSizeImpl