IDTSComponentMetaData100.IsDefaultLocale Property

Definition

Gets a value that indicates whether the locale used by a component is the default locale for the computer where the component is executing.

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

Property Value

true if the locale of the metadata is the default locale on the computer; otherwise, false.

Attributes

Applies to