Utility.ManagedInstanceWithOverutilizedFileCount Property

Definition

Gets the number of managed instances of SQL Server that have overutilized files.

public:
 property int ManagedInstanceWithOverutilizedFileCount { int get(); };
public int ManagedInstanceWithOverutilizedFileCount { get; }
member this.ManagedInstanceWithOverutilizedFileCount : int
Public ReadOnly Property ManagedInstanceWithOverutilizedFileCount As Integer

Property Value

An Int32 value specifying the number of managed instances of SQL Server with overutilized files.

Applies to