IDatabaseProjectReferenceController.AllowDatabaseReferences 属性

获取一个值,该值指示此控制器是否允许使用数据库引用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
ReadOnly Property AllowDatabaseReferences As Boolean
    Get
bool AllowDatabaseReferences { get; }
property bool AllowDatabaseReferences {
    bool get ();
}
abstract AllowDatabaseReferences : bool
function get AllowDatabaseReferences () : boolean

属性值

类型:System.Boolean

备注

对于 SQL Server 的 DSP,数据库引用包括方法 .dbmeta、.dbschema 和数据库项目 (.dbproj)。

.NET Framework 安全性

请参见

参考

IDatabaseProjectReferenceController 接口

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间