IDTSComponentMetaData100.IsDefaultLocale 속성

정의

구성 요소에서 사용하는 로캘이 구성 요소가 실행되는 컴퓨터의 기본 로캘인지 여부를 나타내는 value를 가져옵니다.

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입니다.

특성

적용 대상