IDTSContainer100.IsDefaultLocaleID 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 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.