If true, the optimizer assumes that every output row depends on a single input row
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual bool RowLevelProcessor { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property RowLevelProcessor As Boolean Get |
Visual C++ |
---|
public: virtual property bool RowLevelProcessor { bool get (); } |