QuerySpecification.TopRowFilter Property
Gets or sets the usage of the top row filter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property TopRowFilter As TopRowFilter
Get
Set
'Usage
Dim instance As QuerySpecification
Dim value As TopRowFilter
value = instance.TopRowFilter
instance.TopRowFilter = value
public TopRowFilter TopRowFilter { get; set; }
public:
property TopRowFilter^ TopRowFilter {
TopRowFilter^ get ();
void set (TopRowFilter^ value);
}
member TopRowFilter : TopRowFilter with get, set
function get TopRowFilter () : TopRowFilter
function set TopRowFilter (value : TopRowFilter)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TopRowFilter
The usage of the top row filter.