Proprietà PackageRemote32Class.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 used by a package.

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 PackageRemote32Class 
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 used by a package.

Implementa

IDTSContainer100.LocaleID

Vedere anche

Riferimento

PackageRemote32Class Classe

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