Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.