Compartilhar via


Propriedade do RDL FetchType.RowOffset

Gets or sets the row offset for ABSOLUTE and RELATIVE orientations.

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

Sintaxe

'Declaração
Public Property RowOffset As ScalarExpression 
    Get 
    Set
'Uso
Dim instance As FetchType 
Dim value As ScalarExpression 

value = instance.RowOffset

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

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The row offset for ABSOLUTE and RELATIVE orientations.

Consulte também

Referência

FetchType Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom