Compartir a través de


PackageNeutralClass.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 package uses the default locale.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Uso
Dim instance As PackageNeutralClass 
Dim value As Boolean 

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

Valor de la propiedad

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

Implementa

IDTSContainer100.IsDefaultLocaleID

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

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