ISqlServerOptions.IsCrossDbOwnershipChainingOn Property
Gets or sets a value that models the "cross db ownership chaining" sp_configure option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsCrossDbOwnershipChainingOn As Nullable(Of Boolean)
Nullable<bool> IsCrossDbOwnershipChainingOn { get; set; }
property Nullable<bool> IsCrossDbOwnershipChainingOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsCrossDbOwnershipChainingOn : Nullable<bool> with get, set
function get IsCrossDbOwnershipChainingOn () : Nullable<boolean>
function set IsCrossDbOwnershipChainingOn (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.