Compartir a través de


SqlStaticCodeAnalysisTask.AllowDatabaseObjects (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.Data.Schema.Tasks.Sql
Ensamblado:  Microsoft.Data.Schema.Tasks.Sql (en Microsoft.Data.Schema.Tasks.Sql.dll)

Sintaxis

'Declaración
Public Property AllowDatabaseObjects As String
    Get
    Set
public string AllowDatabaseObjects { get; set; }
public:
property String^ AllowDatabaseObjects {
    String^ get ();
    void set (String^ value);
}
member AllowDatabaseObjects : string with get, set
function get AllowDatabaseObjects () : String
function set AllowDatabaseObjects (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlStaticCodeAnalysisTask Clase

Microsoft.Data.Schema.Tasks.Sql (Espacio de nombres)