Condividi tramite


Costruttore DtsLocalizableAttribute

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Initializes a new instance of the DtsLocalizableAttribute class.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    localizedDisplayNameProperty As String, _
    localizedDescriptionProperty As String _
)
'Utilizzo
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
)

Parametri

  • 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.

Vedere anche

Riferimento

DtsLocalizableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization