PackageClass.IsDefaultLocaleID Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

public virtual bool IsDefaultLocaleID { get; }
public:
property bool IsDefaultLocaleID {
    virtual bool get();
}
abstract IsDefaultLocaleID : bool with get
override IsDefaultLocaleID : bool with get
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean

Property Value

Type: System.Boolean

true if the package uses the default locale; otherwise, false.

Implements

IDTSContainer100.IsDefaultLocaleID

Remarks

For more information, see Package.

See Also

PackageClass Class
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top