Determines whether the necessary metadata should be automatically loaded to the Metadata Container from database on parsing a query.
            
            
            
            
            
            
            
            'Declaration
 
Public Property DisableAutomaticMetadataLoading As System.Boolean
             
        
            
            'Usage
 
Dim instance As MetadataLoadingOptions
Dim value As System.Boolean
 
instance.DisableAutomaticMetadataLoading = value
 
value = instance.DisableAutomaticMetadataLoading
             
        
            
            public System.bool DisableAutomaticMetadataLoading {get; set;}
             
        
            
            public: __property System.bool get_DisableAutomaticMetadataLoading();
public: __property void set_DisableAutomaticMetadataLoading( 
   System.bool value
);
             
        
             
        
            
            
            Property Value
True if automatic metadata loading is disabled; false otherwise. Defalut value is false.