Utility.ManagedInstanceCount Property

Definition

Gets the number of instances of SQL Server managed by the UCP.

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

Property Value

An Int32 value specifying the number of instances of SQL Server that are managed by the UCP.

Applies to