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
- 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.
See Also
Reference
IDatabaseProjectReferenceController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace