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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes the FileScriptCache by using the provided ModelBuilder.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Initialize ( _
modelBuilder As ModelBuilder _
)
public void Initialize(
ModelBuilder modelBuilder
)
public:
void Initialize(
ModelBuilder^ modelBuilder
)
member Initialize :
modelBuilder:ModelBuilder -> unit
public function Initialize(
modelBuilder : ModelBuilder
)
Parameters
- modelBuilder
Type: Microsoft.Data.Schema.SchemaModel.ModelBuilder
A ModelBuilder object.
.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.