IVsDataParameter.Size Property

Definition

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

public:
 property int Size { int get(); void set(int value); };
public int Size { get; set; }
member this.Size : int with get, set
Public Property Size As Integer

Property Value

The size of the parameter as an integer value.

Applies to