Proprietà EventHandlerClass.LocaleID

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

Gets or sets an Integer that indicates the Microsoft Win32® localeID to use when the EventHandlerClass 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 EventHandlerClass 
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
An Integer that represents the locale. A value of –1 indicates that the parent locale should be used. Otherwise, the LocaleID set on this container is used.

Implementa

IDTSContainer100.LocaleID

Vedere anche

Riferimento

EventHandlerClass Classe

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