Share via


IVsDataParameter.Size Property

When implemented by a class, gets or sets an integer value specifying the size of the parameter.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Property Size As Integer
int Size { get; set; }
property int Size {
    int get ();
    void set (int value);
}
abstract Size : int with get, set
function get Size () : int 
function set Size (value : int)

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace