Compartir a través de


IDTSContainer100.IsDefaultLocaleID Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a value that indicates whether the container uses the default locale.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Uso
Dim instance As IDTSContainer100 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if the container uses the default locale; otherwise, false.

Comentarios

For more information, see DtsContainer.

Vea también

Referencia

IDTSContainer100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper