SqlBinary 구조체
정의
데이터베이스에서 저장하거나 검색할 이진 데이터의 가변 길이 스트림을 나타냅니다.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
[System.Serializable]
public struct SqlBinary : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlBinary = struct
interface INullable
interface IXmlSerializable
Public Structure SqlBinary
Implements IComparable, INullable, IXmlSerializable
- 상속
- 특성
- 구현
생성자
SqlBinary(Byte[]) |
Value 속성을 제공된 바이트 배열의 내용으로 설정하여 SqlBinary 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the SqlBinary structure, setting the Value property to the contents of the supplied byte array. |
필드
Null |
이 DBNull 구조체 인스턴스에 할당할 수 있는 SqlBinary을 나타냅니다.Represents a DBNull that can be assigned to this instance of the SqlBinary structure. |
속성
IsNull |
이 SqlBinary 구조체가 null인지 여부를 나타냅니다.Indicates whether this SqlBinary structure is null. 이 속성은 읽기 전용입니다.This property is read-only. |
Item[Int32] |
정수 매개 변수인 |
Length |
Value 속성의 길이(바이트 단위)를 가져옵니다.Gets the length in bytes of the Value property. 이 속성은 읽기 전용입니다.This property is read-only. |
Value |
SqlBinary 구조체의 값을 가져옵니다.Gets the value of the SqlBinary structure. 이 속성은 읽기 전용입니다.This property is read-only. |
메서드
Add(SqlBinary, SqlBinary) |
두 개의 지정된 SqlBinary 값을 연결하여 새 SqlBinary 구조체를 만듭니다.Concatenates two specified SqlBinary values to create a new SqlBinary structure. |
CompareTo(Object) |
이 SqlBinary 개체를 제공된 개체와 비교하여 상대 값 표시를 반환합니다.Compares this SqlBinary object to the supplied object and returns an indication of their relative values. |
CompareTo(SqlBinary) |
SqlBinary 개체를 제공된 SqlBinary 개체와 비교하여 상대 값 표시를 반환합니다.Compares this SqlBinary object to the supplied SqlBinary object and returns an indication of their relative values. |
Concat(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 연결하여 새 SqlBinary 구조체를 만듭니다.Concatenates two SqlBinary structures to create a new SqlBinary structure. |
Equals(Object) |
제공된 개체 매개 변수를 Value 개체의 SqlBinary 속성과 비교합니다.Compares the supplied object parameter to the Value property of the SqlBinary object. |
Equals(SqlBinary, SqlBinary) |
두 SqlBinary 구조체가 동일한지 비교합니다.Compares two SqlBinary structures to determine whether they are equal. |
GetHashCode() |
이 SqlBinary 구조체의 해시 코드를 반환합니다.Returns the hash code for this SqlBinary structure. |
GetXsdType(XmlSchemaSet) |
지정된 XmlSchemaSet의 XSD(XML 스키마 정의 언어)를 반환합니다.Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
GreaterThan(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 큰지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 크거나 같은지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is greater than or equal to the second. |
LessThan(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작은지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is less than the second. |
LessThanOrEqual(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작거나 같은지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is less than or equal to the second. |
NotEquals(SqlBinary, SqlBinary) |
두 SqlBinary 구조체가 동일하지 않은지 비교합니다.Compares two SqlBinary structures to determine whether they are not equal. |
ToSqlGuid() |
SqlBinary의 이 인스턴스를 SqlGuid로 변환합니다.Converts this instance of SqlBinary to SqlGuid. |
ToString() |
이 SqlBinary 개체를 문자열로 변환합니다.Converts this SqlBinary object to a string. |
연산자
Addition(SqlBinary, SqlBinary) |
두 개의 SqlBinary 매개 변수를 연결하여 새 SqlBinary 구조체를 만듭니다.Concatenates the two SqlBinary parameters to create a new SqlBinary structure. |
Equality(SqlBinary, SqlBinary) |
두 SqlBinary 구조체가 동일한지 비교합니다.Compares two SqlBinary structures to determine whether they are equal. |
Explicit(SqlBinary to Byte[]) |
SqlBinary 구조체를 Byte 배열로 변환합니다.Converts a SqlBinary structure to a Byte array. |
Explicit(SqlGuid to SqlBinary) |
SqlGuid 구조체를 SqlBinary 구조체로 변환합니다.Converts a SqlGuid structure to a SqlBinary structure. |
GreaterThan(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 큰지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 크거나 같은지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is greater than or equal to the second. |
Implicit(Byte[] to SqlBinary) |
바이트 배열을 SqlBinary 구조체로 변환합니다.Converts an array of bytes to a SqlBinary structure. |
Inequality(SqlBinary, SqlBinary) |
두 SqlBinary 구조체가 동일하지 않은지 비교합니다.Compares two SqlBinary structures to determine whether they are not equal. |
LessThan(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작은지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is less than the second. |
LessThanOrEqual(SqlBinary, SqlBinary) |
두 개의 SqlBinary 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작거나 같은지 여부를 확인합니다.Compares two SqlBinary structures to determine whether the first is less than or equal to the second. |
명시적 인터페이스 구현
IXmlSerializable.GetSchema() |
이 멤버에 대한 설명은 GetSchema()를 참조하세요.For a description of this member, see GetSchema(). |
IXmlSerializable.ReadXml(XmlReader) |
이 멤버에 대한 설명은 ReadXml(XmlReader)를 참조하세요.For a description of this member, see ReadXml(XmlReader). |
IXmlSerializable.WriteXml(XmlWriter) |
이 멤버에 대한 설명은 WriteXml(XmlWriter)를 참조하세요.For a description of this member, see WriteXml(XmlWriter). |