IDTSContainer100.LocaleID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.