IDTSContainer100.LocaleID Property

Definition

Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed.

public:
 property int LocaleID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(29)]
public int LocaleID { [System.Runtime.InteropServices.DispId(29)] get; [System.Runtime.InteropServices.DispId(29)] set; }
[<System.Runtime.InteropServices.DispId(29)>]
[<get: System.Runtime.InteropServices.DispId(29)>]
[<set: System.Runtime.InteropServices.DispId(29)>]
member this.LocaleID : int with get, set
Public Property LocaleID As Integer

Property Value

The identifier of the locale.

Attributes

Remarks

For more information, see DtsContainer.

Applies to