共用方式為


EnumValue Constructor (String[])

Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

命名空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

語法

'宣告
Public Sub New ( _
    enumValues As String() _
)
public EnumValue (
    string[] enumValues
)
public:
EnumValue (
    array<String^>^ enumValues
)
public EnumValue (
    String[] enumValues
)
public function EnumValue (
    enumValues : String[]
)

參數

  • enumValues
    An array that contains all possible values of the enumeration.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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