IsDefaultLocaleID-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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 PackageRemote64Class
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

Eigenschaftenwert

Typ: System. . :: . .Boolean

Implementiert

IDTSContainer100. . :: . .IsDefaultLocaleID