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
- 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.