Proprietà IDTSContainer100.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
ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

For more information, see DtsContainer.

Vedere anche

Riferimento

IDTSContainer100 Interfaccia

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