共用方式為


IDTSComponentMetaData100.IsDefaultLocale 屬性

Gets a value that indicates 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.

請參閱

參考

IDTSComponentMetaData100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間