IDataAdapter.MissingSchemaAction Vlastnost

Definice

Označuje nebo určuje, jestli se chybějící zdrojové tabulky, sloupce a jejich relace přidají do schématu datové sady, ignorují nebo způsobí vyvolání chyby.

public:
 property System::Data::MissingSchemaAction MissingSchemaAction { System::Data::MissingSchemaAction get(); void set(System::Data::MissingSchemaAction value); };
public System.Data.MissingSchemaAction MissingSchemaAction { get; set; }
member this.MissingSchemaAction : System.Data.MissingSchemaAction with get, set
Public Property MissingSchemaAction As MissingSchemaAction

Hodnota vlastnosti

Jedna z MissingSchemaAction hodnot. Výchozí formát je Add.

Výjimky

Sada hodnot není jednou z MissingSchemaAction hodnot.

Platí pro

Viz také