ForLoopClass.LocaleID Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property LocaleID As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
The identifier of the locale.