SchemaPayloadOption.IsStandard 属性

返回这是否为一个 STANDARD 架构。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property IsStandard As Boolean
    Get
    Set
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)

属性值

类型:System.Boolean
如果为 STANDARD 架构,则返回 true;如果为 NONE 架构,则返回 false。

.NET Framework 安全性

请参见

参考

SchemaPayloadOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间