Share via


SqlBuildTask.AllowDatabaseObjects Property

Gets or sets the allow database objects string.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Property AllowDatabaseObjects As String
'Usage
Dim instance As SqlBuildTask 
Dim value As String 

value = instance.AllowDatabaseObjects

instance.AllowDatabaseObjects = value
public string AllowDatabaseObjects { get; set; }
public:
property String^ AllowDatabaseObjects {
    String^ get ();
    void set (String^ value);
}
public function get AllowDatabaseObjects () : String 
public function set AllowDatabaseObjects (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlBuildTask Class

SqlBuildTask Members

Microsoft.Data.Schema.Tasks Namespace