SqlScriptDomGeneratorConstructor.SupportingStatementOption Property

Gets or sets the supporting statement option value.

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

Syntax

'Declaration
Public Property SupportingStatementOption As SupportingStatementOptions
    Get
    Set
'Usage
Dim instance As SqlScriptDomGeneratorConstructor
Dim value As SupportingStatementOptions

value = instance.SupportingStatementOption

instance.SupportingStatementOption = value
public SupportingStatementOptions SupportingStatementOption { get; set; }
public:
property SupportingStatementOptions SupportingStatementOption {
    SupportingStatementOptions get ();
    void set (SupportingStatementOptions value);
}
function get SupportingStatementOption () : SupportingStatementOptions
function set SupportingStatementOption (value : SupportingStatementOptions)
member SupportingStatementOption : SupportingStatementOptions with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SupportingStatementOptions
Returns a SupportingStatementOptions enumeration value.

.NET Framework Security

See Also

Reference

SqlScriptDomGeneratorConstructor Class

SqlScriptDomGeneratorConstructor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace