Compartir a través de


DtsLocalizableAttribute Constructor

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Initializes a new instance of the DtsLocalizableAttribute class.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    localizedDisplayNameProperty As String, _
    localizedDescriptionProperty As String _
)
'Uso
Dim localizedDisplayNameProperty As String 
Dim localizedDescriptionProperty As String 

Dim instance As New DtsLocalizableAttribute(localizedDisplayNameProperty, _
    localizedDescriptionProperty)
protected DtsLocalizableAttribute(
    string localizedDisplayNameProperty,
    string localizedDescriptionProperty
)
protected:
DtsLocalizableAttribute(
    String^ localizedDisplayNameProperty, 
    String^ localizedDescriptionProperty
)
new : 
        localizedDisplayNameProperty:string * 
        localizedDescriptionProperty:string -> DtsLocalizableAttribute
protected function DtsLocalizableAttribute(
    localizedDisplayNameProperty : String, 
    localizedDescriptionProperty : String
)

Parámetros

  • localizedDisplayNameProperty
    Tipo: System.String
    The name of the property used to look up the DisplayName property in the resource class.
  • localizedDescriptionProperty
    Tipo: System.String
    The name of the property used to look up the Description property in the resource class.

Vea también

Referencia

DtsLocalizableAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization