DtsLocalizableAttribute Constructor
This constructor supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintaxis
'Declaración
Protected Sub New ( _
localizedDisplayNameProperty As String, _
localizedDescriptionProperty As String _
)
protected DtsLocalizableAttribute (
string localizedDisplayNameProperty,
string localizedDescriptionProperty
)
protected:
DtsLocalizableAttribute (
String^ localizedDisplayNameProperty,
String^ localizedDescriptionProperty
)
protected DtsLocalizableAttribute (
String localizedDisplayNameProperty,
String localizedDescriptionProperty
)
protected function DtsLocalizableAttribute (
localizedDisplayNameProperty : String,
localizedDescriptionProperty : String
)
Parámetros
- localizedDisplayNameProperty
- localizedDescriptionProperty
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
DtsLocalizableAttribute Class
DtsLocalizableAttribute Members
Microsoft.SqlServer.Dts.Runtime.Localization Namespace