Sql90SoapFormatType Enumeration

Specifies a Sql90 SOAP format type.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration Sql90SoapFormatType
'Usage
Dim instance As Sql90SoapFormatType
public enum Sql90SoapFormatType
public enum class Sql90SoapFormatType
public enum Sql90SoapFormatType
type Sql90SoapFormatType

Members

Member name Description
Unknown Format type is Unknown
AllResults Format type is AllResults
RowsetsOnly Format type is RowsetsOnly
None Format type is None

Remarks

See ISql90SoapMethodSpecification.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace