WsdlGeneratorOption Enumeration

The WsdlGeneratorOption enumeration contains constant values that specify the Web Services Description Language (WSDL) generator options.

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

Syntax

'Declaration
Public Enumeration WsdlGeneratorOption
public enum WsdlGeneratorOption
public enum class WsdlGeneratorOption
public enum WsdlGeneratorOption
public enum WsdlGeneratorOption

Members

Member name Description
DefaultProcedure Specifies the default procedure.
None Specifies no procedure.
Procedure Specifies a nondefault procedure.

Remarks

The WsdlGeneratorOption enumeration class is served by the WsdlGeneratorOption property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace