共用方式為


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,資料庫參考會包含 means、dbmeta、.dbschema 與資料庫專案 (.dbproj)。

.NET Framework 安全性

請參閱

參考

IDatabaseProjectReferenceController 介面

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