Share via


IDTSVirtualInput100.SourceLocale Property

Gets the locale ID (LCID) of the source of the IDTSVirtualInput100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property SourceLocale As Integer 
    Get
'Usage
Dim instance As IDTSVirtualInput100 
Dim value As Integer 

value = instance.SourceLocale
int SourceLocale { get; }
property int SourceLocale {
    int get ();
}
abstract SourceLocale : int
function get SourceLocale () : int

Property Value

Type: System.Int32
The locale ID (LCID) of the source of the IDTSVirtualInput100.

See Also

Reference

IDTSVirtualInput100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace