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。

属性

适用于