Instructs to load database objects marked as System to the Metadata Container.
'Declaration
Public Property LoadSystemObjects As System.Boolean
'Usage
Dim instance As MetadataLoadingOptions
Dim value As System.Boolean
instance.LoadSystemObjects = value
value = instance.LoadSystemObjects
public System.bool LoadSystemObjects {get; set;}
public: __property System.bool get_LoadSystemObjects();
public: __property void set_LoadSystemObjects(
System.bool value
);
Property Value
true to load system objects; false not to load them.