ForEachLoopClass.IsDefaultLocaleID Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
A Boolean that indicates whether the container uses the default locale. This property is read-only.
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 ForEachLoopClass
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 container uses the default locale; otherwise, false. The default value for this property is false.
Implementa
IDTSContainer100.IsDefaultLocaleID