Condividi tramite


Proprietà ValuesInsertSource.IsDefaultValues

Ottiene o imposta un valore che indica se vengono utilizzati i valori predefiniti.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se vengono utilizzati i valori predefiniti; in caso contrario, false.

Note

Se questa proprietà è true, l'elenco dei valori non deve disporre di alcun elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ValuesInsertSource Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql