Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets SQL script generator options.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property Options As SqlScriptGeneratorOptions
public SqlScriptGeneratorOptions Options { get; set; }
public:
property SqlScriptGeneratorOptions^ Options {
SqlScriptGeneratorOptions^ get ();
void set (SqlScriptGeneratorOptions^ value);
}
member Options : SqlScriptGeneratorOptions with get, set
function get Options () : SqlScriptGeneratorOptions
function set Options (value : SqlScriptGeneratorOptions)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGeneratorOptions
.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.