Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Sub New ( _
enumValues As String() _
)
'Usage
Dim enumValues As String()
Dim instance As New EnumValue(enumValues)
public EnumValue(
string[] enumValues
)
public:
EnumValue(
array<String^>^ enumValues
)
new :
enumValues:string[] -> EnumValue
public function EnumValue(
enumValues : String[]
)
Parameters
- enumValues
Type: array<System.String[]
An array that contains all possible values of the enumeration.