IDTSContainer100.IsDefaultLocaleID Property

Definition

Gets a value that indicates whether the container uses the default locale.

public:
 property bool IsDefaultLocaleID { bool get(); };
[System.Runtime.InteropServices.DispId(28)]
public bool IsDefaultLocaleID { [System.Runtime.InteropServices.DispId(28)] get; }
[<System.Runtime.InteropServices.DispId(28)>]
[<get: System.Runtime.InteropServices.DispId(28)>]
member this.IsDefaultLocaleID : bool
Public ReadOnly Property IsDefaultLocaleID As Boolean

Property Value

true if the container uses the default locale; otherwise, false.

Attributes

Remarks

For more information, see DtsContainer.

Applies to