Proprietà DtsLocalizableAttribute.LocalizationType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the class that supplies values for the DtsLocalizableAttribute.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property LocalizationType As Type
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Type
Vedere anche
Riferimento
DtsLocalizableAttribute Classe
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization