Proprietà ForLoopClass.IsDefaultLocaleID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Utilizzo
Dim instance As ForLoopClass 
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

Valore proprietà

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

Implementa

IDTSContainer100.IsDefaultLocaleID

Vedere anche

Riferimento

ForLoopClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper