Freigeben über


IDTSContainer100.IsDefaultLocaleID-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

For more information, see DtsContainer.

Siehe auch

Verweis

IDTSContainer100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace