Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolves the specified number of elements.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride Sub Resolve ( _
elementCount As Integer _
)
public abstract void Resolve(
int elementCount
)
public:
virtual void Resolve(
int elementCount
) abstract
abstract Resolve :
elementCount:int -> unit
public abstract function Resolve(
elementCount : int
)
Parameters
- elementCount
Type: System.Int32
The number of elements to resolve.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.