Share via


EnumValue.EnumValues Property

Gets the possible values of an enumeration object.

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
Public ReadOnly Property EnumValues As String()
public string[] EnumValues { get; }
public:
property array<String^>^ EnumValues {
    array<String^>^ get ();
}
/** @property */
public String[] get_EnumValues ()
public function get EnumValues () : String[]

Property Value

An array of type String that contains the possible values of the enumeration object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

EnumValue Class
EnumValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace