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
屬性值
備註
對於 SQL Server 的 DSP,資料庫參考會包含 means、dbmeta、.dbschema 與資料庫專案 (.dbproj)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。