Partager via


Propriété DtsLocalizableAttribute.LocalizationType

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

Gets or sets the class that supplies values for the DtsLocalizableAttribute.

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

Syntaxe

'Déclaration
Public Property LocalizationType As Type 
    Get 
    Set
'Utilisation
Dim instance As DtsLocalizableAttribute 
Dim value As Type 

value = instance.LocalizationType

instance.LocalizationType = value
public Type LocalizationType { get; set; }
public:
property Type^ LocalizationType {
    Type^ get ();
    void set (Type^ value);
}
member LocalizationType : Type with get, set
function get LocalizationType () : Type 
function set LocalizationType (value : Type)

Valeur de propriété

Type : System.Type

Voir aussi

Référence

DtsLocalizableAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Localization