AdoDotNetParameter.SetSizeImpl Method

Sets an integer value specifying the size of this parameter.

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

Syntax

'宣言
Protected Overrides Sub SetSizeImpl ( _
    value As Integer _
)
'使用
Dim value As Integer

Me.SetSizeImpl(value)
protected override void SetSizeImpl(
    int value
)
protected:
virtual void SetSizeImpl(
    int value
) override
protected override function SetSizeImpl(
    value : int
)

Parameters

Remarks

The base implementation of this method does nothing.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

GetSizeImpl