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 the size to read. Can be an integer or a variable.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Size As ValueExpression
Get
Set
'Usage
Dim instance As ReadTextStatement
Dim value As ValueExpression
value = instance.Size
instance.Size = value
public ValueExpression Size { get; set; }
public:
property ValueExpression^ Size {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member Size : ValueExpression with get, set
function get Size () : ValueExpression
function set Size (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The size to read.