Поделиться через


Свойство 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