Compartir a través de


IDatabaseProjectReferenceController.AllowDatabaseReferences (Propiedad)

Obtiene un valor que indica si este controlador permite referencias de base de datos.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
ReadOnly Property AllowDatabaseReferences As Boolean
    Get
bool AllowDatabaseReferences { get; }
property bool AllowDatabaseReferences {
    bool get ();
}
abstract AllowDatabaseReferences : bool
function get AllowDatabaseReferences () : boolean

Valor de propiedad

Tipo: System.Boolean

Comentarios

Para los DSP para SQL Server, las referencias de base de datos incluyen proyectos .dbmeta, .dbschema y de base de datos (.dbproj).

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectReferenceController Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)