Compartilhar via


Propriedade do RDL IDTSInput100.SourceLocale

Gets the locale for an IDTSInput100 object.

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

Sintaxe

'Declaração
ReadOnly Property SourceLocale As Integer 
    Get
'Uso
Dim instance As IDTSInput100 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
An integer that contains the locale of the IDTSInput100 object.

Consulte também

Referência

IDTSInput100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper