Share via


IDatabaseProjectReferenceController.AllowDatabaseReferences Property

Gets a value that indicates whether this controller allows database references.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
ReadOnly Property AllowDatabaseReferences As Boolean
bool AllowDatabaseReferences { get; }
property bool AllowDatabaseReferences {
    bool get ();
}
abstract AllowDatabaseReferences : bool
function get AllowDatabaseReferences () : boolean

Property Value

Type: System.Boolean

Remarks

For the DSPs for SQL Server, database references include the means .dbmeta, .dbschema, and database projects (.dbproj).

.NET Framework Security

See Also

Reference

IDatabaseProjectReferenceController Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace