IDataAdapter.MissingSchemaAction Właściwość

Definicja

Wskazuje lub określa, czy brakujące tabele źródłowe, kolumny i ich relacje są dodawane do schematu zestawu danych, ignorowane lub powodują wystąpienie błędu.

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

Wartość właściwości

MissingSchemaAction Jedna z wartości. Wartość domyślna to Add.

Wyjątki

Zestaw wartości nie jest jedną z MissingSchemaAction wartości.

Dotyczy

Zobacz też