SqlGuid 구조체
정의
데이터베이스에서 저장하거나 검색할 GUID를 나타냅니다.Represents a GUID to be stored in or retrieved from a database.
public value class SqlGuid : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
[System.Serializable]
public struct SqlGuid : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlGuid = struct
interface INullable
interface IXmlSerializable
Public Structure SqlGuid
Implements IComparable, INullable, IXmlSerializable
- 상속
- 특성
- 구현
생성자
SqlGuid(Byte[]) |
제공된 바이트 배열 매개 변수를 사용하여 SqlGuid 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the SqlGuid structure using the supplied byte array parameter. |
SqlGuid(Guid) |
지정된 SqlGuid 매개 변수를 사용하여 Guid 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the SqlGuid structure using the specified Guid parameter. |
SqlGuid(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) |
지정된 값을 사용하여 SqlGuid 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the SqlGuid structure using the specified values. |
SqlGuid(String) |
지정된 SqlGuid 매개 변수를 사용하여 String 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the SqlGuid structure using the specified String parameter. |
필드
Null |
이 DBNull 구조체 인스턴스에 할당할 수 있는 SqlGuid을 나타냅니다.Represents a DBNull that can be assigned to this instance of the SqlGuid structure. |
속성
IsNull |
이 SqlGuid 구조체가 null인지 여부를 나타내는 부울 값을 가져옵니다.Gets a Boolean value that indicates whether this SqlGuid structure is null. |
Value |
SqlGuid 구조체의 값을 가져옵니다.Gets the value of the SqlGuid structure. 이 속성은 읽기 전용입니다.This property is read-only. |
메서드
CompareTo(Object) |
이 SqlGuid 구조체를 제공된 개체와 비교하여 상대 값 표시를 반환합니다.Compares this SqlGuid structure to the supplied object and returns an indication of their relative values. 마지막 6바이트 이상을 비교하지만 비교 시 마지막 6바이트를 최상의 바이트로 처리합니다.Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons. |
CompareTo(SqlGuid) |
SqlGuid 구조체를 제공된 SqlGuid와 비교하여 상대 값 표시를 반환합니다.Compares this SqlGuid structure to the supplied SqlGuid and returns an indication of their relative values. 마지막 6바이트 이상을 비교하지만 비교 시 마지막 6바이트를 최상의 바이트로 처리합니다.Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons. |
Equals(Object) |
제공된 개체 매개 변수를 Value 개체의 SqlGuid 속성과 비교합니다.Compares the supplied object parameter to the Value property of the SqlGuid object. |
Equals(SqlGuid, SqlGuid) |
두 SqlGuid 구조체에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.Performs a logical comparison of two SqlGuid structures to determine whether they are equal. |
GetHashCode() |
이 SqlGuid 구조체의 해시 코드를 반환합니다.Returns the hash code of this SqlGuid structure. |
GetXsdType(XmlSchemaSet) |
지정된 XmlSchemaSet의 XSD(XML 스키마 정의 언어)를 반환합니다.Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
GreaterThan(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 크거나 같은지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is greater than or equal to the second. |
LessThan(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is less than the second. |
LessThanOrEqual(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작거나 같은지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is less than or equal to the second. |
NotEquals(SqlGuid, SqlGuid) |
두 SqlGuid 구조체에 대해 논리 비교를 수행하여 같지 않은지 여부를 확인합니다.Performs a logical comparison on two SqlGuid structures to determine whether they are not equal. |
Parse(String) |
지정된 String 구조체를 SqlGuid로 변환합니다.Converts the specified String structure to SqlGuid. |
ToByteArray() |
이 SqlGuid 구조체를 바이트 배열로 변환합니다.Converts this SqlGuid structure to a byte array. |
ToSqlBinary() |
이 SqlGuid 구조체를 SqlBinary으로 변환합니다.Converts this SqlGuid structure to SqlBinary. |
ToSqlString() |
이 SqlGuid 구조체를 SqlString으로 변환합니다.Converts this SqlGuid structure to SqlString. |
ToString() |
이 SqlGuid 구조체를 String으로 변환합니다.Converts this SqlGuid structure to a String. |
연산자
Equality(SqlGuid, SqlGuid) |
두 SqlGuid 구조체에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.Performs a logical comparison of two SqlGuid structures to determine whether they are equal. |
Explicit(SqlBinary to SqlGuid) |
SqlBinary 매개 변수를 SqlGuid로 변환합니다.Converts the SqlBinary parameter to SqlGuid. |
Explicit(SqlGuid to Guid) |
제공된 SqlGuid 매개 변수를 Guid로 변환합니다.Converts the supplied SqlGuid parameter to Guid. |
Explicit(SqlString to SqlGuid) |
지정된 SqlString 구조체를 SqlGuid로 변환합니다.Converts the specified SqlString structure to SqlGuid. |
GreaterThan(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 크거나 같은지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is greater than or equal to the second. |
Implicit(Guid to SqlGuid) |
제공된 Guid 매개 변수를 SqlGuid로 변환합니다.Converts the supplied Guid parameter to SqlGuid. |
Inequality(SqlGuid, SqlGuid) |
두 SqlGuid 구조체에 대해 논리 비교를 수행하여 같지 않은지 여부를 확인합니다.Performs a logical comparison on two SqlGuid structures to determine whether they are not equal. |
LessThan(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is less than the second. |
LessThanOrEqual(SqlGuid, SqlGuid) |
SqlGuid의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작거나 같은지 여부를 확인합니다.Compares two instances of SqlGuid to determine whether the first is less than or equal to the second. |
명시적 인터페이스 구현
IXmlSerializable.GetSchema() |
이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml(XmlReader) |
이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml(XmlWriter) |
이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |