Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
DataTableReader Class

The DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.

System..::.Object
  System..::.MarshalByRefObject
    System.Data.Common..::.DbDataReader
      System.Data..::.DataTableReader

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
Public NotInheritable Class DataTableReader _
    Inherits DbDataReader
C#
public sealed class DataTableReader : DbDataReader
Visual C++
public ref class DataTableReader sealed : public DbDataReader
F#
[<Sealed>]
type DataTableReader =  
    class
        inherit DbDataReader
    end

The DataTableReader type exposes the following members.

  NameDescription
Public methodSupported by the XNA FrameworkDataTableReader(DataTable)Initializes a new instance of the DataTableReader class by using data from the supplied DataTable.
Public methodSupported by the XNA FrameworkDataTableReader(array<DataTable>[]()[])Initializes a new instance of the DataTableReader class using the supplied array of DataTable objects.
Top
  NameDescription
Public propertySupported by the XNA FrameworkDepthThe depth of nesting for the current row of the DataTableReader. (Overrides DbDataReader..::.Depth.)
Public propertySupported by the XNA FrameworkFieldCountReturns the number of columns in the current row. (Overrides DbDataReader..::.FieldCount.)
Public propertySupported by the XNA FrameworkHasRowsGets a value that indicates whether the DataTableReader contains one or more rows. (Overrides DbDataReader..::.HasRows.)
Public propertySupported by the XNA FrameworkIsClosedGets a value that indicates whether the DataTableReader is closed. (Overrides DbDataReader..::.IsClosed.)
Public propertySupported by the XNA FrameworkItem[([(Int32])])Gets the value of the specified column in its native format given the column ordinal. (Overrides DbDataReader..::.Item[([(Int32])]).)
Public propertySupported by the XNA FrameworkItem[([(String])])Gets the value of the specified column in its native format given the column name. (Overrides DbDataReader..::.Item[([(String])]).)
Public propertySupported by the XNA FrameworkRecordsAffectedGets the number of rows inserted, changed, or deleted by execution of the SQL statement. (Overrides DbDataReader..::.RecordsAffected.)
Public propertySupported by the XNA FrameworkVisibleFieldCountGets the number of fields in the DbDataReader that are not hidden. (Inherited from DbDataReader.)
Top
  NameDescription
Public methodSupported by the XNA FrameworkCloseCloses the current DataTableReader. (Overrides DbDataReader..::.Close()()().)
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodSupported by the XNA FrameworkDispose()()()Releases all resources used by the current instance of the DbDataReader class. (Inherited from DbDataReader.)
Protected methodSupported by the XNA FrameworkDispose(Boolean)Releases the managed resources used by the DbDataReader and optionally releases the unmanaged resources. (Inherited from DbDataReader.)
Public methodSupported by the XNA FrameworkEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the XNA FrameworkFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the XNA FrameworkGetBooleanGets the value of the specified column as a Boolean. (Overrides DbDataReader..::.GetBoolean(Int32).)
Public methodSupported by the XNA FrameworkGetByteGets the value of the specified column as a byte. (Overrides DbDataReader..::.GetByte(Int32).)
Public methodSupported by the XNA FrameworkGetBytesReads a stream of bytes starting at the specified column offset into the buffer as an array starting at the specified buffer offset. (Overrides DbDataReader..::.GetBytes(Int32, Int64, array<Byte>[]()[], Int32, Int32).)
Public methodSupported by the XNA FrameworkGetCharGets the value of the specified column as a character. (Overrides DbDataReader..::.GetChar(Int32).)
Public methodSupported by the XNA FrameworkGetCharsReturns the value of the specified column as a character array. (Overrides DbDataReader..::.GetChars(Int32, Int64, array<Char>[]()[], Int32, Int32).)
Public methodSupported by the XNA FrameworkGetDataReturns a DbDataReader object for the requested column ordinal. (Inherited from DbDataReader.)
Public methodSupported by the XNA FrameworkGetDataTypeNameGets a string representing the data type of the specified column. (Overrides DbDataReader..::.GetDataTypeName(Int32).)
Public methodSupported by the XNA FrameworkGetDateTimeGets the value of the specified column as a DateTime object. (Overrides DbDataReader..::.GetDateTime(Int32).)
Protected methodSupported by the XNA FrameworkGetDbDataReaderReturns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. (Inherited from DbDataReader.)
Public methodSupported by the XNA FrameworkGetDecimalGets the value of the specified column as a Decimal. (Overrides DbDataReader..::.GetDecimal(Int32).)
Public methodSupported by the XNA FrameworkGetDoubleGets the value of the column as a double-precision floating point number. (Overrides DbDataReader..::.GetDouble(Int32).)
Public methodSupported by the XNA FrameworkGetEnumeratorReturns an enumerator that can be used to iterate through the item collection. (Overrides DbDataReader..::.GetEnumerator()()().)
Public methodSupported by the XNA FrameworkGetFieldTypeGets the Type that is the data type of the object. (Overrides DbDataReader..::.GetFieldType(Int32).)
Public methodSupported by the XNA FrameworkGetFloatGets the value of the specified column as a single-precision floating point number. (Overrides DbDataReader..::.GetFloat(Int32).)
Public methodSupported by the XNA FrameworkGetGuidGets the value of the specified column as a globally-unique identifier (GUID). (Overrides DbDataReader..::.GetGuid(Int32).)
Public methodSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the XNA FrameworkGetInt16Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader..::.GetInt16(Int32).)
Public methodSupported by the XNA FrameworkGetInt32Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader..::.GetInt32(Int32).)
Public methodSupported by the XNA FrameworkGetInt64Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader..::.GetInt64(Int32).)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodSupported by the XNA FrameworkGetNameGets the value of the specified column as a String. (Overrides DbDataReader..::.GetName(Int32).)
Public methodSupported by the XNA FrameworkGetOrdinalGets the column ordinal, given the name of the column. (Overrides DbDataReader..::.GetOrdinal(String).)
Public methodSupported by the XNA FrameworkGetProviderSpecificFieldTypeGets the type of the specified column in provider-specific format. (Overrides DbDataReader..::.GetProviderSpecificFieldType(Int32).)
Public methodSupported by the XNA FrameworkGetProviderSpecificValueGets the value of the specified column in provider-specific format. (Overrides DbDataReader..::.GetProviderSpecificValue(Int32).)
Public methodSupported by the XNA FrameworkGetProviderSpecificValuesFills the supplied array with provider-specific type information for all the columns in the DataTableReader. (Overrides DbDataReader..::.GetProviderSpecificValues(array<Object>[]()[]).)
Public methodSupported by the XNA FrameworkGetSchemaTableReturns a DataTable that describes the column metadata of the DataTableReader. (Overrides DbDataReader..::.GetSchemaTable()()().)
Public methodSupported by the XNA FrameworkGetStringGets the value of the specified column as a string. (Overrides DbDataReader..::.GetString(Int32).)
Public methodSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the XNA FrameworkGetValueGets the value of the specified column in its native format. (Overrides DbDataReader..::.GetValue(Int32).)
Public methodSupported by the XNA FrameworkGetValuesPopulates an array of objects with the column values of the current row. (Overrides DbDataReader..::.GetValues(array<Object>[]()[]).)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodSupported by the XNA FrameworkIsDBNullGets a value that indicates whether the column contains non-existent or missing values. (Overrides DbDataReader..::.IsDBNull(Int32).)
Protected methodSupported by the XNA FrameworkMemberwiseClone()()()Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.)
Public methodSupported by the XNA FrameworkNextResultAdvances the DataTableReader to the next result set, if any. (Overrides DbDataReader..::.NextResult()()().)
Public methodSupported by the XNA FrameworkReadAdvances the DataTableReader to the next record. (Overrides DbDataReader..::.Read()()().)
Public methodSupported by the XNA FrameworkToStringReturns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIDataRecord..::.GetDataFor a description of this member, see IDataRecord..::.GetData. (Inherited from DbDataReader.)
Top

The DataTableReader works much like any other data reader, such as the SqlDataReader, except that the DataTableReader provides for iterating over rows in a DataTable. In other words, it provides for iterating over rows in a cache. The cached data can be modified while the DataTableReader is active, and the reader automatically maintains its position.

When you create a DataTableReader from a DataTable, the resulting DataTableReader object contains one result set with the same data as the DataTable from which it was created, except for any rows that have been marked as deleted. The columns appear in the same order as in the original DataTable. The structure of the returned result is identical in schema and data to the original DataTable. A DataTableReader that was created by calling the GetDataReader()()() method of a DataSet object contains multiple result sets if the DataSet contains more than one table. The results are in the same sequence as the DataTable objects in the DataTableCollection of the DataSet object.

The returned result set contains only the current version of each DataRow; rows that are marked for deletion are skipped.

The DataTableReader provides a stable iterator; that is, the contents of the DataTableReader are not invalidated if the size of the underlying collection is modified during iteration. For example, if one or more rows in the Rows collection are deleted or removed during iteration, the current position within the DataTableReader is maintained appropriately and it does not invalidate the iterator.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Biblioteca de clases de .NET Framework
DataTableReader (Clase)

La clase DataTableReader obtiene el contenido de uno o varios objetos DataTable con el formato de uno o varios conjuntos de resultados de solo lectura y con desplazamiento sólo hacia delante.

System..::.Object
  System..::.MarshalByRefObject
    System.Data.Common..::.DbDataReader
      System.Data..::.DataTableReader

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
Public NotInheritable Class DataTableReader _
    Inherits DbDataReader
C#
public sealed class DataTableReader : DbDataReader
Visual C++
public ref class DataTableReader sealed : public DbDataReader
F#
[<Sealed>]
type DataTableReader =  
    class
        inherit DbDataReader
    end

El tipo DataTableReader expone los siguientes miembros.

  NombreDescripción
Método públicoCompatible con XNA FrameworkDataTableReader(DataTable)Inicializa una nueva instancia de la clase DataTableReader utilizando los datos del objeto DataTable proporcionado.
Método públicoCompatible con XNA FrameworkDataTableReader(array<DataTable>[]()[])Inicializa una nueva instancia de la clase DataTableReader utilizando la matriz proporcionada de objetos DataTable.
Arriba
  NombreDescripción
Propiedad públicaCompatible con XNA FrameworkDepthProfundidad del anidamiento para la fila actual del objeto DataTableReader. (Invalida a DbDataReader..::.Depth).
Propiedad públicaCompatible con XNA FrameworkFieldCountDevuelve el número de columnas de la fila actual. (Invalida a DbDataReader..::.FieldCount).
Propiedad públicaCompatible con XNA FrameworkHasRowsObtiene un valor que indica si el objeto DataTableReader contiene una o varias filas. (Invalida a DbDataReader..::.HasRows).
Propiedad públicaCompatible con XNA FrameworkIsClosedObtiene un valor que indica si el objeto DataTableReader está cerrado. (Invalida a DbDataReader..::.IsClosed).
Propiedad públicaCompatible con XNA FrameworkItem[([(Int32])])Obtiene el valor de la columna especificada en su formato nativo si se da el ordinal de la columna. (Invalida a DbDataReader..::.Item[([(Int32])])).
Propiedad públicaCompatible con XNA FrameworkItem[([(String])])Obtiene el valor de la columna especificada en su formato nativo si se da el nombre de la columna. (Invalida a DbDataReader..::.Item[([(String])])).
Propiedad públicaCompatible con XNA FrameworkRecordsAffectedObtiene el número de filas insertadas, modificadas o eliminadas al ejecutar la instrucción SQL. (Invalida a DbDataReader..::.RecordsAffected).
Propiedad públicaCompatible con XNA FrameworkVisibleFieldCountObtiene el número de campos del objeto DbDataReader que no están ocultos. (Se hereda de DbDataReader).
Arriba
  NombreDescripción
Método públicoCompatible con XNA FrameworkCloseCierra el objeto DataTableReader actual. (Invalida a DbDataReader..::.Close()()()).
Método públicoCreateObjRefCrea un objeto que contiene toda la información relevante necesaria para generar un proxy utilizado para comunicarse con un objeto remoto. (Se hereda de MarshalByRefObject).
Método públicoCompatible con XNA FrameworkDispose()()()Libera todos los recursos utilizados por la instancia actual de la clase DbDataReader. (Se hereda de DbDataReader).
Método protegidoCompatible con XNA FrameworkDispose(Boolean)Libera los recursos no administrados que utiliza DbDataReader y, opcionalmente, también libera los recursos administrados. (Se hereda de DbDataReader).
Método públicoCompatible con XNA FrameworkEquals(Object)Determina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object).
Método protegidoCompatible con XNA FrameworkFinalizePermite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkGetBooleanObtiene el valor de la columna especificada como objeto Boolean. (Invalida a DbDataReader..::.GetBoolean(Int32)).
Método públicoCompatible con XNA FrameworkGetByteObtiene el valor de la columna especificada como byte. (Invalida a DbDataReader..::.GetByte(Int32)).
Método públicoCompatible con XNA FrameworkGetBytesLee una secuencia de bytes que comienza en la posición de desplazamiento de la columna especificada cargándola al búfer como una matriz, comenzando a cargar desde la posición de desplazamiento de búfer especificada. (Invalida a DbDataReader..::.GetBytes(Int32, Int64, array<Byte>[]()[], Int32, Int32)).
Método públicoCompatible con XNA FrameworkGetCharObtiene el valor de la columna especificada como un carácter. (Invalida a DbDataReader..::.GetChar(Int32)).
Método públicoCompatible con XNA FrameworkGetCharsDevuelve el valor de la columna especificada en forma de matriz de caracteres. (Invalida a DbDataReader..::.GetChars(Int32, Int64, array<Char>[]()[], Int32, Int32)).
Método públicoCompatible con XNA FrameworkGetDataDevuelve un objeto DbDataReader para el ordinal de columna solicitado. (Se hereda de DbDataReader).
Método públicoCompatible con XNA FrameworkGetDataTypeNameObtiene una cadena que representa el tipo de datos de la columna especificada. (Invalida a DbDataReader..::.GetDataTypeName(Int32)).
Método públicoCompatible con XNA FrameworkGetDateTimeObtiene el valor de la columna especificada como un objeto DateTime. (Invalida a DbDataReader..::.GetDateTime(Int32)).
Método protegidoCompatible con XNA FrameworkGetDbDataReaderDevuelve un objeto DbDataReader para el índice de columna solicitado que se puede reemplazar con una implementación específica del proveedor. (Se hereda de DbDataReader).
Método públicoCompatible con XNA FrameworkGetDecimalObtiene el valor de la columna especificada como objeto Decimal. (Invalida a DbDataReader..::.GetDecimal(Int32)).
Método públicoCompatible con XNA FrameworkGetDoubleObtiene el valor de la columna como un número de punto flotante de precisión doble. (Invalida a DbDataReader..::.GetDouble(Int32)).
Método públicoCompatible con XNA FrameworkGetEnumeratorDevuelve un enumerador que puede utilizarse para recorrer una iteración en la colección de elementos. (Invalida a DbDataReader..::.GetEnumerator()()()).
Método públicoCompatible con XNA FrameworkGetFieldTypeObtiene el objeto Type que es el tipo de datos del objeto. (Invalida a DbDataReader..::.GetFieldType(Int32)).
Método públicoCompatible con XNA FrameworkGetFloatObtiene el valor de la columna especificada como un número de punto flotante de precisión sencilla. (Invalida a DbDataReader..::.GetFloat(Int32)).
Método públicoCompatible con XNA FrameworkGetGuidObtiene el valor de la columna especificada como un identificador global único (GUID). (Invalida a DbDataReader..::.GetGuid(Int32)).
Método públicoCompatible con XNA FrameworkGetHashCodeActúa como función hash para un tipo concreto. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkGetInt16Obtiene el valor de la columna especificada como un entero de 16 bits con signo. (Invalida a DbDataReader..::.GetInt16(Int32)).
Método públicoCompatible con XNA FrameworkGetInt32Obtiene el valor de la columna especificada como un entero de 32 bits con signo. (Invalida a DbDataReader..::.GetInt32(Int32)).
Método públicoCompatible con XNA FrameworkGetInt64Obtiene el valor de la columna especificada como un entero de 64 bits con signo. (Invalida a DbDataReader..::.GetInt64(Int32)).
Método públicoGetLifetimeServiceRecupera el objeto de servicio de duración actual que controla la directiva de duración de esta instancia. (Se hereda de MarshalByRefObject).
Método públicoCompatible con XNA FrameworkGetNameObtiene el valor de la columna especificada como objeto String. (Invalida a DbDataReader..::.GetName(Int32)).
Método públicoCompatible con XNA FrameworkGetOrdinalObtiene el ordinal de la columna a partir del nombre de la columna determinado. (Invalida a DbDataReader..::.GetOrdinal(String)).
Método públicoCompatible con XNA FrameworkGetProviderSpecificFieldTypeObtiene el tipo de la columna especificada en el formato específico del proveedor. (Invalida a DbDataReader..::.GetProviderSpecificFieldType(Int32)).
Método públicoCompatible con XNA FrameworkGetProviderSpecificValueObtiene el valor de la columna especificada en el formato específico del proveedor. (Invalida a DbDataReader..::.GetProviderSpecificValue(Int32)).
Método públicoCompatible con XNA FrameworkGetProviderSpecificValuesRellena la matriz proporcionada de información de tipo específico del proveedor para todas las columnas del objeto DataTableReader. (Invalida a DbDataReader..::.GetProviderSpecificValues(array<Object>[]()[])).
Método públicoCompatible con XNA FrameworkGetSchemaTableDevuelve un objeto DataTable que describe los metadatos de columna del objeto DataTableReader. (Invalida a DbDataReader..::.GetSchemaTable()()()).
Método públicoCompatible con XNA FrameworkGetStringObtiene el valor de la columna especificada como una cadena. (Invalida a DbDataReader..::.GetString(Int32)).
Método públicoCompatible con XNA FrameworkGetTypeObtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkGetValueObtiene el valor de la columna especificada en su formato nativo. (Invalida a DbDataReader..::.GetValue(Int32)).
Método públicoCompatible con XNA FrameworkGetValuesRellena una matriz de objetos con los valores de columna de la fila actual. (Invalida a DbDataReader..::.GetValues(array<Object>[]()[])).
Método públicoInitializeLifetimeServiceObtiene un objeto de servicio de duración para controlar la directiva de duración de esta instancia. (Se hereda de MarshalByRefObject).
Método públicoCompatible con XNA FrameworkIsDBNullObtiene un valor que indica si la columna contiene valores no existentes o que faltan. (Invalida a DbDataReader..::.IsDBNull(Int32)).
Método protegidoCompatible con XNA FrameworkMemberwiseClone()()()Crea una copia superficial del objeto Object actual. (Se hereda de Object).
Método protegidoMemberwiseClone(Boolean)Crea una copia superficial del objeto MarshalByRefObject actual. (Se hereda de MarshalByRefObject).
Método públicoCompatible con XNA FrameworkNextResultAvanza el objeto DataTableReader al conjunto de resultados siguiente, si hay alguno. (Invalida a DbDataReader..::.NextResult()()()).
Método públicoCompatible con XNA FrameworkReadDesplaza el objeto DataTableReader al siguiente registro. (Invalida a DbDataReader..::.Read()()()).
Método públicoCompatible con XNA FrameworkToStringDevuelve una cadena que representa el objeto actual. (Se hereda de Object).
Arriba
  NombreDescripción
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIDataRecord..::.GetDataPara obtener una descripción de este miembro, vea IDataRecord..::.GetData. (Se hereda de DbDataReader).
Arriba

La clase DataTableReader funciona de forma bastante similar a cualquier otro lector de datos, como SqlDataReader, excepto en que la clase DataTableReader permite recorrer en iteración las filas de un objeto DataTable. En otros términos, permite recorrer en iteración las filas que hay en una caché. Es posible modificar los datos almacenados en memoria caché mientras el objeto DataTableReader está activo y el lector mantiene su posición automáticamente.

Cuando se crea un objeto DataTableReader a partir de un objeto DataTable, el objeto DataTableReader resultante contiene un conjunto de resultados con los mismos datos que el objeto DataTable a partir del cual se ha creado, salvo cualquier fila que haya sido marcada como eliminada. Las columnas aparecen en el mismo orden que en el objeto DataTable original. La estructura del resultado que se devuelve tiene el mismo esquema y los mismos datos que el objeto DataTable original. El objeto DataTableReader que se cree llamando al método GetDataReader()()() de un objeto DataSet contendrá varios conjuntos de resultados si el objeto DataSet incluye más de una tabla. Los resultados tendrán la misma secuencia que los objetos DataTable de la colección DataTableCollection del objeto DataSet.

El conjunto de resultados devuelto sólo contiene la versión actual de cada DataRow; se omiten las filas que se hayan marcado para eliminarlas.

DataTableReader proporciona un iterador estable; es decir, el contenido de DataTableReader no se invalida aunque se modifique el tamaño de la colección subyacente durante la iteración. Por ejemplo, si se eliminan o quitan una o varias filas de la colección de Rows durante la iteración, la posición actual en el objeto DataTableReader se mantiene correctamente y el iterador no se invalida.

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker