NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MissingMappingAction Enumeration

Determines that action that will occur when a DataColumn is is missing.

[Visual Basic]
Public Enum MissingMappingAction
[C#]
public enum MissingMappingAction
[C++]
public enum MissingMappingAction

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

The MissingMappingAction values are used as arguments in the GetDataColumnBySchemaAction method, and the GetTableMappingsBySchema method.

Members

Member Name Description
Error [To be supplied.]
Ignore [To be supplied.]
Passthrough [To be supplied.]

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

System.Data Namespace