Share via


ISqlServerOptions.IsCrossDbOwnershipChainingOn Property

Gets or sets whether cross-database ownership chaining is on.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsCrossDbOwnershipChainingOn As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsCrossDbOwnershipChainingOn

instance.IsCrossDbOwnershipChainingOn = value
Nullable<bool> IsCrossDbOwnershipChainingOn { get; set; }
property Nullable<bool> IsCrossDbOwnershipChainingOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsCrossDbOwnershipChainingOn () : Nullable<boolean>
function set IsCrossDbOwnershipChainingOn (value : Nullable<boolean>)
abstract IsCrossDbOwnershipChainingOn : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace