Compartilhar via


Propriedade SqlBuildTask.AllowServerObjects

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 AllowServerObjects As String
    Get
    Set
public string AllowServerObjects { get; set; }
public:
property String^ AllowServerObjects {
    String^ get ();
    void set (String^ value);
}
member AllowServerObjects : string with get, set
function get AllowServerObjects () : String
function set AllowServerObjects (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