IDatabaseOptions.DatabaseOwnershipChaining Property
Indicates whether property ownership chaining is active.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayNameKeyAttribute("Database_DatabaseOwnershipChainingName")] [DisplayDescriptionKeyAttribute("Database_DatabaseOwnershipChainingDesc")] bool DatabaseOwnershipChaining { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether database ownership chaining is active.
If True, database ownership chaining is active.
If False (default), database ownership chaining is inactive.
Show: