既定値が使用されているかどうかを示す値を取得または設定します。 true の場合、VALUES の一覧の要素は 0 個です。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property IsDefaultValues As Boolean
Get
Set
'使用
Dim instance As ValuesInsertSource
Dim value As Boolean
value = instance.IsDefaultValues
instance.IsDefaultValues = value
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。