Propriedade do RDL FetchType.Orientation
Gets or sets the FETCH orientation.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Orientation As FetchOrientation
Get
Set
'Uso
Dim instance As FetchType
Dim value As FetchOrientation
value = instance.Orientation
instance.Orientation = value
public FetchOrientation Orientation { get; set; }
public:
property FetchOrientation Orientation {
FetchOrientation get ();
void set (FetchOrientation value);
}
member Orientation : FetchOrientation with get, set
function get Orientation () : FetchOrientation
function set Orientation (value : FetchOrientation)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FetchOrientation
The FETCH orientation.