DtsLocalizableAttribute.LocalizationType Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the class that supplies values for the DtsLocalizableAttribute.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Property LocalizationType As Type
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Type
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization