Gets or sets the number of primary instances that are running within the cluster. Note, this are
the number of primary instances. Each instance might also have one or more backups. Can have null
value which means that it was not set and should not be taken into account.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<int> NumberOfInstances { get; private set; }
Public Property NumberOfInstances As Nullable(Of Integer) Get Private Set
public: property Nullable<int> NumberOfInstances { Nullable<int> get (); private: void set (Nullable<int> value); }
/** @property */ public Nullable<int> get_NumberOfInstances() /** @property */ public void set_NumberOfInstances(Nullable<int> value)