SqlSchemaDeploymentOptions.GenerateDatabaseOptions Property
Gets or sets a value that indicates whether the database options should be set in the update script.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property GenerateDatabaseOptions As Boolean
public bool GenerateDatabaseOptions { get; set; }
public:
property bool GenerateDatabaseOptions {
bool get ();
void set (bool value);
}
member GenerateDatabaseOptions : bool with get, set
function get GenerateDatabaseOptions () : boolean
function set GenerateDatabaseOptions (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.