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.
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ModelType As ModelType 
    Get 
    Set
'Usage
Dim instance As Database 
Dim value As ModelType 
value = instance.ModelType
instance.ModelType = value
[BrowsableAttribute(false)]
public ModelType ModelType { get; set; }
[BrowsableAttribute(false)]
public:
property ModelType ModelType {
    ModelType get ();
    void set (ModelType value);
}
[<BrowsableAttribute(false)>]
member ModelType : ModelType with get, set
function get ModelType () : ModelType 
function set ModelType (value : ModelType)
Property Value
Type: Microsoft.AnalysisServices.ModelType