SqlSchemaModel.Resolve Method (Int32)
Resolves the specified number of elements.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub Resolve ( _
elementCount As Integer _
)
public override void Resolve(
int elementCount
)
public:
virtual void Resolve(
int elementCount
) override
abstract Resolve :
elementCount:int -> unit
override Resolve :
elementCount:int -> unit
public override 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.