Active Query Builder 2 .NET Edition reference
LoadSystemObjects Property



Instructs to load database objects marked as System to the Metadata Container.
Syntax
'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.
See Also

Reference

MetadataLoadingOptions Class
MetadataLoadingOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback