Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As DataParameter
Dim value As Integer
value = instance.Size
instance.Size = value
public int Size { get; set; }
public:
virtual property int Size {
int get () sealed;
void set (int value) sealed;
}
public final function get Size () : int
public final function set Size (value : int)
Property Value
Type: System.Int32
The size of the parameter as an integer value.
Implements
Remarks
Setting this property to zero causes the default size to be used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.