Partilhar via


Propriedade do RDL ValuesInsertSource.IsDefaultValues

Gets or sets a value that indicates whether the default values are used. The values list should have zero elements if this is true.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property IsDefaultValues As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
true if default values are used; otherwise, false.

Consulte também

Referência

ValuesInsertSource Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom