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 usage of the top row filter.
Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property TopRowFilter As TopRowFilter
'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);
}
public function get TopRowFilter () : TopRowFilter 
public function set TopRowFilter (value : TopRowFilter)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TopRowFilter
Remarks
Optional, may be null.
.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.