IDTSComponentMetaData100.IsDefaultLocale 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,該值指出元件使用的地區設定是否為元件執行所在之電腦的預設地區設定。
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
屬性值
如果中繼資料的地區設定是電腦的預設地區設定,則為 true;否則為 false。
- 屬性