Proprietà ForLoopClass.LocaleID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property LocaleID As Integer 
    Get 
    Set
'Utilizzo
Dim instance As ForLoopClass 
Dim value As Integer 

value = instance.LocaleID

instance.LocaleID = value
public virtual int LocaleID { get; set; }
public:
virtual property int LocaleID {
    int get ();
    void set (int value);
}
abstract LocaleID : int with get, set 
override LocaleID : int with get, set
function get LocaleID () : int 
function set LocaleID (value : int)

Valore proprietà

Tipo: System.Int32
The identifier of the locale.

Implementa

IDTSContainer100.LocaleID

Vedere anche

Riferimento

ForLoopClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper