Share via


ParameterizationAlterDatabaseOption.IsSimple Property

Gets or sets a value that indicates whether SIMPLE parameterization is specified.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsSimple As Boolean
public bool IsSimple { get; set; }
public:
property bool IsSimple {
    bool get ();
    void set (bool value);
}
member IsSimple : bool with get, set
function get IsSimple () : boolean
function set IsSimple (value : boolean)

Property Value

Type: System.Boolean
Returns true if SIMPLE parameterization is specified; otherwise, false.

.NET Framework Security

See Also

Reference

ParameterizationAlterDatabaseOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace