DataParameter.Size Property

Retrieves or sets an integer value specifying the size of the parameter.

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

Syntax

'宣言
Public Overridable Property Size As Integer
'使用
Dim instance As DataParameter
Dim value As Integer

value = instance.Size

instance.Size = value
public virtual int Size { get; set; }
public:
virtual property int Size {
    int get ();
    void set (int value);
}
public function get Size () : int
public function set Size (value : int)

Property Value

Type: System.Int32

Returns the size of the parameter as an integer value.

Remarks

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

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace

SetSizeImpl