Share via


AvailabilityGroup.ReuseSystemDatabases Property

Definition

If true, the contained AG will be created reusing any (existing) replicated system databases (myAG_contained_master and myAG_contained_msdb, if the AG name is "myAG").

public bool ReuseSystemDatabases { set; }
member this.ReuseSystemDatabases : bool
Public Property ReuseSystemDatabases As Boolean

Property Value

Remarks

This property is only used during the AG creation. If 'IsContained' is set to false, then it is ignored.

Applies to