Partager via


BaseLocalizableAttribute constructeur

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    type As Type, _
    propertyName As String _
)
'Utilisation
Dim type As Type
Dim propertyName As String

Dim instance As New BaseLocalizableAttribute(type, propertyName)
public BaseLocalizableAttribute(
    Type type,
    string propertyName
)
public:
BaseLocalizableAttribute(
    Type^ type, 
    String^ propertyName
)
new : 
        type:Type * 
        propertyName:string -> BaseLocalizableAttribute
public function BaseLocalizableAttribute(
    type : Type, 
    propertyName : String
)

Paramètres