Condividi tramite


Proprietà FunctionCall.OverClause

Gets or sets the OVER clause. Optional may be nullriferimento Null (Nothing in Visual Basic)..

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property OverClause As OverClause 
    Get 
    Set
'Utilizzo
Dim instance As FunctionCall 
Dim value As OverClause 

value = instance.OverClause

instance.OverClause = value
public OverClause OverClause { get; set; }
public:
property OverClause^ OverClause {
    OverClause^ get ();
    void set (OverClause^ value);
}
member OverClause : OverClause with get, set
function get OverClause () : OverClause 
function set OverClause (value : OverClause)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.OverClause
The OVER clause.

Vedere anche

Riferimento

FunctionCall Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom