Partager via


SimpleBulkInsertOption.Value, propriété

Obtient ou définit la valeur d'option facultative.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property Value As Literal
    Get
    Set
public Literal Value { get; set; }
public:
property Literal^ Value {
    Literal^ get ();
    void set (Literal^ value);
}
member Value : Literal with get, set
function get Value () : Literal
function set Value (value : Literal)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Notes

La valeur peut être un entier ou un littéral de chaîne.

Sécurité .NET Framework

Voir aussi

Référence

SimpleBulkInsertOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms