Partager via


IDatabaseProjectReferenceController.AllowDatabaseReferences, propriété

Obtient une valeur qui indique si ce contrôleur autorise des références de base de données.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
ReadOnly Property AllowDatabaseReferences As Boolean
    Get
bool AllowDatabaseReferences { get; }
property bool AllowDatabaseReferences {
    bool get ();
}
abstract AllowDatabaseReferences : bool
function get AllowDatabaseReferences () : boolean

Valeur de propriété

Type : System.Boolean

Notes

Pour les DSP de SQL Server, les références de base de données incluent .dbmeta, .dbschema et les projets de base de données (.dbproj).

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseProjectReferenceController Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms