Freigeben über


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

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Usage
Dim instance As PackageClass 
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

Eigenschaftswert

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

Implementiert

IDTSContainer100.IsDefaultLocaleID

Hinweise

For more information, see Package.

Siehe auch

Verweis

PackageClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace