SequenceClass.LocaleID Property

Definition

Gets or sets the locale id to use when the DtsContainer object is executed.

public:
 virtual property int LocaleID { int get(); void set(int value); };
public virtual int LocaleID { get; set; }
member this.LocaleID : int with get, set
Public Overridable Property LocaleID As Integer

Property Value

The locale id to use when the DtsContainer object is executed.

Implements

Applies to