Propriété IDTSContainer100.LocaleID
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Property LocaleID As Integer
Get
Set
'Utilisation
Dim instance As IDTSContainer100
Dim value As Integer
value = instance.LocaleID
instance.LocaleID = value
int LocaleID { get; set; }
property int LocaleID {
int get ();
void set (int value);
}
abstract LocaleID : int with get, set
function get LocaleID () : int
function set LocaleID (value : int)
Valeur de propriété
Type : System.Int32
The identifier of the locale.
Notes
For more information, see DtsContainer.