LocalizedEnumConverter Constructor
This constructor supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Spazio dei nomi: Microsoft.SqlServer.Dts.Design
Assembly : Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
type As Type, _
ParamArray valueNamePairs As Object() _
)
protected LocalizedEnumConverter (
Type type,
params Object[] valueNamePairs
)
protected:
LocalizedEnumConverter (
Type^ type,
... array<Object^>^ valueNamePairs
)
protected LocalizedEnumConverter (
Type type,
Object[] valueNamePairs
)
protected function LocalizedEnumConverter (
type : Type,
... valueNamePairs : Object[]
)
Parametri
- type
- valueNamePairs
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
LocalizedEnumConverter Class
LocalizedEnumConverter Members
Microsoft.SqlServer.Dts.Design Namespace