Compartilhar via


Propriedade SqlBuildTask.AllowDatabaseObjects

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.Data.Schema.Tasks.Sql
Assembly:  Microsoft.Data.Schema.Tasks.Sql (em Microsoft.Data.Schema.Tasks.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

SqlBuildTask Classe

Namespace Microsoft.Data.Schema.Tasks.Sql