SqlBinary Estrutura
Definição
Representa um fluxo de tamanho variável de dados binários a ser armazenado ou recuperado de um banco de dados.Represents a variable-length stream of binary data to be stored in or retrieved from a database.
public value class SqlBinary : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlBinary : IComparable, System::Data::SqlTypes::INullable
public struct SqlBinary : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlBinary : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlBinary : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlBinary = struct
interface INullable
interface IXmlSerializable
type SqlBinary = struct
interface INullable
[<System.Serializable>]
type SqlBinary = struct
interface INullable
interface IXmlSerializable
Public Structure SqlBinary
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlBinary
Implements IComparable, INullable
- Herança
- Atributos
- Implementações
Construtores
| SqlBinary(Byte[]) |
Inicializa uma nova instância da estrutura SqlBinary, configurando a propriedade Value de acordo com os conteúdos da matriz de bytes fornecida.Initializes a new instance of the SqlBinary structure, setting the Value property to the contents of the supplied byte array. |
Campos
| Null |
Representa um DBNull que pode ser atribuído a essa instância da estrutura SqlBinary.Represents a DBNull that can be assigned to this instance of the SqlBinary structure. |
Propriedades
| IsNull |
Indica se esta estrutura SqlBinary é nula.Indicates whether this SqlBinary structure is null. Esta propriedade é somente para leitura.This property is read-only. |
| Item[Int32] |
Obtém o byte único da propriedade Value localizada na posição indicada pelo parâmetro de inteiro, |
| Length |
Obtém o tamanho em bytes da propriedade Value.Gets the length in bytes of the Value property. Esta propriedade é somente para leitura.This property is read-only. |
| Value |
Obtém o valor da estrutura SqlBinary.Gets the value of the SqlBinary structure. Esta propriedade é somente para leitura.This property is read-only. |
Métodos
| Add(SqlBinary, SqlBinary) |
Concatena dois valores SqlBinary especificados para criar uma nova estrutura SqlBinary.Concatenates two specified SqlBinary values to create a new SqlBinary structure. |
| CompareTo(Object) |
Compara esse objeto SqlBinary ao objeto fornecido e retorna uma indicação de seus valores relativos.Compares this SqlBinary object to the supplied object and returns an indication of their relative values. |
| CompareTo(SqlBinary) |
Compara esse objeto SqlBinary ao objeto SqlBinary fornecido e retorna uma indicação de seus valores relativos.Compares this SqlBinary object to the supplied SqlBinary object and returns an indication of their relative values. |
| Concat(SqlBinary, SqlBinary) |
Concatena duas estruturas SqlBinary para criar uma nova estrutura SqlBinary.Concatenates two SqlBinary structures to create a new SqlBinary structure. |
| Equals(Object) |
Compara o parâmetro de objeto fornecido com a propriedade Value do objeto SqlBinary.Compares the supplied object parameter to the Value property of the SqlBinary object. |
| Equals(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se elas são iguais.Compares two SqlBinary structures to determine whether they are equal. |
| GetHashCode() |
Retorna o código hash para esta estrutura SqlBinary.Returns the hash code for this SqlBinary structure. |
| GetXsdType(XmlSchemaSet) |
Retorna a XSD (linguagem de definição de esquema XML) do XmlSchemaSet especificado.Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
| GreaterThan(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é maior que a segunda.Compares two SqlBinary structures to determine whether the first is greater than the second. |
| GreaterThanOrEqual(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é maior ou igual à segunda.Compares two SqlBinary structures to determine whether the first is greater than or equal to the second. |
| LessThan(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é menor que a segunda.Compares two SqlBinary structures to determine whether the first is less than the second. |
| LessThanOrEqual(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é menor ou igual à segunda.Compares two SqlBinary structures to determine whether the first is less than or equal to the second. |
| NotEquals(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se elas não são iguais.Compares two SqlBinary structures to determine whether they are not equal. |
| ToSqlGuid() |
Converte esta instância de SqlBinary em SqlGuid.Converts this instance of SqlBinary to SqlGuid. |
| ToString() |
Converte este objeto SqlBinary em uma cadeia de caracteres.Converts this SqlBinary object to a string. |
Operadores
| Addition(SqlBinary, SqlBinary) |
Concatena os dois parâmetros SqlBinary para criar uma nova estrutura SqlBinary.Concatenates the two SqlBinary parameters to create a new SqlBinary structure. |
| Equality(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se elas são iguais.Compares two SqlBinary structures to determine whether they are equal. |
| Explicit(SqlBinary to Byte[]) |
Converte uma estrutura SqlBinary em uma matriz Byte.Converts a SqlBinary structure to a Byte array. |
| Explicit(SqlGuid to SqlBinary) |
Converte uma estrutura SqlGuid em uma estrutura SqlBinary.Converts a SqlGuid structure to a SqlBinary structure. |
| GreaterThan(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é maior que a segunda.Compares two SqlBinary structures to determine whether the first is greater than the second. |
| GreaterThanOrEqual(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é maior ou igual à segunda.Compares two SqlBinary structures to determine whether the first is greater than or equal to the second. |
| Implicit(Byte[] to SqlBinary) |
Converte uma matriz de bytes em uma estrutura SqlBinary.Converts an array of bytes to a SqlBinary structure. |
| Inequality(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se elas não são iguais.Compares two SqlBinary structures to determine whether they are not equal. |
| LessThan(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é menor que a segunda.Compares two SqlBinary structures to determine whether the first is less than the second. |
| LessThanOrEqual(SqlBinary, SqlBinary) |
Compara duas estruturas SqlBinary para determinar se a primeira é menor ou igual à segunda.Compares two SqlBinary structures to determine whether the first is less than or equal to the second. |
Implantações explícitas de interface
| IXmlSerializable.GetSchema() |
Para obter uma descrição desse membro, confira GetSchema().For a description of this member, see GetSchema(). |
| IXmlSerializable.ReadXml(XmlReader) |
Para obter uma descrição desse membro, confira ReadXml(XmlReader).For a description of this member, see ReadXml(XmlReader). |
| IXmlSerializable.WriteXml(XmlWriter) |
Para obter uma descrição desse membro, confira WriteXml(XmlWriter).For a description of this member, see WriteXml(XmlWriter). |