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