ExternalTableRejectType Enumeration

 

Specifies the type of rejection for the external table.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

[TypeConverterAttribute((ExternalTableRejectTypeConverter^::typeid))]
public enum class ExternalTableRejectType

Member nameDescription
None

The type is None.

Percentage

The type is Percentage.

Value

The type is Value.

Return to top
Show: