Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether the locale used by a component is the default locale for the computer where the component is executing.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property IsDefaultLocale As Boolean
Get
'Usage
Dim instance As IDTSComponentMetaData100
Dim value As Boolean
value = instance.IsDefaultLocale
bool IsDefaultLocale { get; }
property bool IsDefaultLocale {
bool get ();
}
abstract IsDefaultLocale : bool
function get IsDefaultLocale () : boolean
Eigenschaftswert
Typ: System.Boolean
true if the locale of the metadata is the default locale on the computer; otherwise, false.