IDTSVirtualInput100.SourceLocale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the locale ID (LCID) of the source of the IDTSVirtualInput100.
public:
property int SourceLocale { int get(); };
[System.Runtime.InteropServices.DispId(107)]
public int SourceLocale { [System.Runtime.InteropServices.DispId(107)] get; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
member this.SourceLocale : int
Public ReadOnly Property SourceLocale As Integer
Property Value
The locale ID (LCID) of the source of the IDTSVirtualInput100.
- Attributes