ValuesInsertSource.IsDefaultValues 属性

获取或设置是否使用默认值。

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

语法

声明
Public Property IsDefaultValues As Boolean
    Get
    Set
public bool IsDefaultValues { get; set; }
public:
property bool IsDefaultValues {
    bool get ();
    void set (bool value);
}
member IsDefaultValues : bool with get, set
function get IsDefaultValues () : boolean
function set IsDefaultValues (value : boolean)

属性值

类型:System.Boolean
如果使用默认值,则返回 true;否则返回 false。

备注

如果该属性为 true,则值列表应具有零个元素。

.NET Framework 安全性

请参见

参考

ValuesInsertSource 类

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