Delen via


TopRowFilter.Percent Property

Get or sets a value that indicates whether PERCENT keyword was used.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Percent As Boolean 
    Get 
    Set
'Usage
Dim instance As TopRowFilter 
Dim value As Boolean 

value = instance.Percent

instance.Percent = value
public bool Percent { get; set; }
public:
property bool Percent {
    bool get ();
    void set (bool value);
}
member Percent : bool with get, set
function get Percent () : boolean 
function set Percent (value : boolean)

Property Value

Type: System.Boolean
True if PERCENT keyword was used; otherwise, false.

See Also

Reference

TopRowFilter Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace