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.
Gets the model builder used by the file manager.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected ReadOnly Property ModelBuilder As ModelBuilder
protected ModelBuilder ModelBuilder { get; }
protected:
property ModelBuilder^ ModelBuilder {
ModelBuilder^ get ();
}
member ModelBuilder : ModelBuilder
function get ModelBuilder () : ModelBuilder
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelBuilder
.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.