Share via


SetRowCountStatement.NumberRows Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property NumberRows As Literal
'Usage
Dim instance As SetRowCountStatement 
Dim value As Literal 

value = instance.NumberRows

instance.NumberRows = value
public Literal NumberRows { get; set; }
public:
property Literal^ NumberRows {
    Literal^ get ();
    void set (Literal^ value);
}
public function get NumberRows () : Literal 
public function set NumberRows (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

SetRowCountStatement Class

SetRowCountStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace