Expand Minimize
This topic has not yet been rated - Rate this topic

Database.DatabaseOwnershipChaining Property

Gets or sets a value that specifies whether the database ownership chaining is active.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)>]
abstract DatabaseOwnershipChaining : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)>]
override DatabaseOwnershipChaining : bool with get, set

Property Value

Type: System.Boolean
A Boolean value that specifies whether the database DatabaseOwnershipChaining is active. If True, database ownership chaining is active. If False (default), database ownership chaining is not active.

Implements

IDatabaseOptions.DatabaseOwnershipChaining
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.