AvailabilityGroup.ReuseSystemDatabases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.