LocalizationType-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property LocalizationType As Type
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .Type