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)
'Déclaration
Protected Overrides Function GetSizeImpl As Integer
protected override int GetSizeImpl()
protected:
virtual int GetSizeImpl() override
abstract GetSizeImpl : unit -> int
override GetSizeImpl : unit -> int
protected override function GetSizeImpl() : int
Type: System.Int32
Returns the size of the parameter and an integer value.
This method is called by the implementation of the Size property.
The base implementation of this method returns zero.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.