Share via


SchemaPayloadOption.IsStandard Property

Returns whether this is a STANDARD schema.

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

Syntax

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

Property Value

Type: System.Boolean
Returns true in the case of a STANDARD schema, and false in the case of a NONE schema.

.NET Framework Security

See Also

Reference

SchemaPayloadOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace