Compartir a través de


TraceServer Miembros

The TraceServer class is a Trace object that represents a new trace on an instance of SQL Server.

El tipo TraceServer expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico TraceServer Initializes a new instance of the TraceServer class.

Principio

Métodos

  Nombre Descripción
Método publico Close Closes the trace reader. (Se hereda de TraceReader).
Método publico Dispose Deletes the trace reader information. (Se hereda de TraceReader).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBoolean Returns a Boolean value from the record at the specified column position. (Se hereda de TraceReader).
Método publico GetByte Returns a Byte value from the record at the specified column position. (Se hereda de TraceReader).
Método publico GetBytes Gets a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. (Se hereda de TraceReader).
Método publico GetChar Gets a character value of the specified column. (Se hereda de TraceReader).
Método publico GetChars(Int32, array<Char> [] () [] [], Int32, Int32, Int32) Gets a character array value from the record at the specified column position. (Se hereda de TraceReader).
Método publico GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32) Gets a character array value from the record at the specified column position. (Se hereda de TraceReader).
Método publico GetData Returns IDataReader object used when the field points to a remote data structure. (Se hereda de TraceReader).
Método publico GetDataTypeName Gets the data type of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetDateTime Gets a DateTime value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetDecimal Gets a Decimal value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetDouble Gets a floating point value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetFieldType Returns the field type of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetFloat Gets a floating point value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetGuid Gets a Guid system value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetHashCode (Se hereda de Object).
Método publico GetInt16 Gets a small integer value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetInt32 Gets an integer value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetInt64 Gets a long integer value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetName Gets the name of the field at the specified column position. (Se hereda de TraceReader).
Método publico GetOrdinal Gets the ordinal value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetSchemaTable Gets a table that describes the schema. (Se hereda de TraceReader).
Método publico GetStream Gets the stream of data. (Se hereda de TraceReader).
Método publico GetString Gets a String value at the specified column position. (Se hereda de TraceReader).
Método publico GetTimeSpan Gets a TimeSpan value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetType (Se hereda de Object).
Método publico GetValue Gets a value of the data value at the specified column position. (Se hereda de TraceReader).
Método publico GetValues Gets an array of values from the data value at the specified column position. (Se hereda de TraceReader).
Método publico InitializeAsReader Initializes the server as a trace reader.
Método publico IsDBNull Specifies whether the specified column is set to null. (Se hereda de TraceReader).
Método publico IsNull Gets a Boolean value that specifies whether value of the data at the specified column position is null. (Se hereda de TraceReader).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico NextResult Moves to the next result in the trace. (Se hereda de TraceReader).
Método publico Pause Pauses the trace.
Método publico Read Reads the trace record. (Se hereda de TraceReader).
Método publico Restart Restarts the trace.
Método publico Stop Stops the trace.
Método publico ToString (Se hereda de Object).
Método publico TranslateSubclass Translates the sub class. (Se hereda de TraceReader).

Principio

Campos

  Nombre Descripción
Campo protegido currentRow Specifies the current row. (Se hereda de TraceReader).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Depth Gets the depth value for the trace reader. (Se hereda de TraceReader).
Propiedad pública FieldCount Gets the number of columns in the data. (Se hereda de TraceReader).
Propiedad pública IsClosed Gets the Boolean property value that specifies whether the trace reader is closed. (Se hereda de TraceReader).
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the column specified by the index position. (Se hereda de TraceReader).
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the column with the specified name. (Se hereda de TraceReader).
Propiedad pública RecordsAffected Gets the number of records of data. (Se hereda de TraceReader).

Principio