Bagikan melalui


SequenceClass.IsDefaultLocaleID Property

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

Gets or sets 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
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Usage
Dim instance As SequenceClass 
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

Property Value

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

Implements

IDTSContainer100.IsDefaultLocaleID

Remarks

For more information, see Sequence.

See Also

Reference

SequenceClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace