IDTSComponentMetaData100.IsDefaultLocale プロパティ

定義

コンポーネントによって使用されるロケールが、コンポーネントを実行しているコンピューターの既定のロケールであるかどうかを示す値を取得します。

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。

属性

適用対象