Compartir a través de


LocalizationType Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Localization
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.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
A System.Type that represents the class that supplies values for the DtsLocalizableAttribute.