共用方式為


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 命名空間