IsDefaultLocale 属性

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property IsDefaultLocale As Boolean
    Get
用法
Dim instance As IDTSComponentMetaData100
Dim value As Boolean

value = instance.IsDefaultLocale
bool IsDefaultLocale { get; }
property bool IsDefaultLocale {
    bool get ();
}
abstract IsDefaultLocale : bool
function get IsDefaultLocale () : boolean

属性值

类型:System. . :: . .Boolean
true if the locale of the metadata is the default locale on the computer; otherwise, false.