Share via


DataParameter.Size Property

Gets or sets 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

'Declaration
Public Property Size As Integer
public int Size { get; set; }
public:
virtual property int Size {
    int get () sealed;
    void set (int value) sealed;
}
abstract Size : int with get, set 
override Size : int with get, set
final function get Size () : int 
final function set Size (value : int)

Property Value

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

Implements

IVsDataParameter.Size

Remarks

Setting this property to zero causes the default size to be used.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace

SetSizeCore