Compartir a través de


IsDefaultLocale Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property IsDefaultLocale As Boolean
    Get
'Uso
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

Valor de la propiedad

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