SqlInt16 구조체
정의
데이터베이스에서 저장하거나 검색할 16비트 부호 있는 정수를 나타냅니다.Represents a 16-bit signed integer to be stored in or retrieved from a database.
public value class SqlInt16 : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
[System.Serializable]
public struct SqlInt16 : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlInt16 = struct
interface INullable
interface IXmlSerializable
Public Structure SqlInt16
Implements IComparable, INullable, IXmlSerializable
- 상속
- 특성
- 구현
생성자
SqlInt16(Int16) |
제공된 정수(Short) 매개 변수를 사용하여 SqlInt16 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the SqlInt16 structure using the supplied short integer parameter. |
필드
MaxValue |
SqlInt16의 최대값을 나타내는 상수입니다.A constant representing the largest possible value of a SqlInt16. |
MinValue |
SqlInt16의 최소값을 나타내는 상수입니다.A constant representing the smallest possible value of a SqlInt16. |
Null |
이 DBNull 구조체 인스턴스에 할당할 수 있는 SqlInt16을 나타냅니다.Represents a DBNull that can be assigned to this instance of the SqlInt16 structure. |
Zero |
Value 구조체 인스턴스의 SqlInt16 속성에 할당할 수 있는 0 값을 나타냅니다.Represents a zero value that can be assigned to the Value property of an instance of the SqlInt16 structure. |
속성
IsNull |
이 SqlInt16 구조체가 null인지 여부를 나타냅니다.Indicates whether this SqlInt16 structure is null. |
Value |
이 SqlInt16 구조체의 값을 가져옵니다.Gets the value of this instance of SqlInt16 structure. 이 속성은 읽기 전용입니다.This property is read-only. |
메서드
Add(SqlInt16, SqlInt16) |
두 SqlInt16 피연산자의 합계를 계산합니다.Computes the sum of the two SqlInt16 operands. |
BitwiseAnd(SqlInt16, SqlInt16) |
SqlInt16 피연산자의 비트 AND를 계산합니다.Computes the bitwise AND of its SqlInt16 operands. |
BitwiseOr(SqlInt16, SqlInt16) |
두 SqlInt16 피연산자의 비트 OR를 계산합니다.Computes the bitwise OR of its two SqlInt16 operands. |
CompareTo(Object) |
이 SqlInt16 인스턴스를 제공된 Object와 비교하여 상대 값 표시를 반환합니다.Compares this SqlInt16 instance to the supplied Object and returns an indication of their relative values. |
CompareTo(SqlInt16) |
이 SqlInt16 인스턴스를 제공된 SqlInt16와 비교하여 상대 값 표시를 반환합니다.Compares this SqlInt16 instance to the supplied SqlInt16 and returns an indication of their relative values. |
Divide(SqlInt16, SqlInt16) |
첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눕니다.Divides the first SqlInt16 operand by the second. |
Equals(Object) |
지정된 개체를 Value 개체의 SqlInt16 속성과 비교합니다.Compares the specified object to the Value property of the SqlInt16 object. |
Equals(SqlInt16, SqlInt16) |
두 SqlInt16 구조체에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.Performs a logical comparison of two SqlInt16 structures to determine whether they are equal. |
GetHashCode() |
이 인스턴스의 해시 코드를 반환합니다.Returns the hash code for this instance. |
GetXsdType(XmlSchemaSet) |
지정된 XmlSchemaSet의 XSD(XML 스키마 정의 언어)를 반환합니다.Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
GreaterThan(SqlInt16, SqlInt16) |
SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.Compares two instances of SqlInt16 to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlInt16, SqlInt16) |
두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 크거나 같은지 여부를 확인합니다.Compares two SqlInt16 structures to determine whether the first is greater than or equal to the second. |
LessThan(SqlInt16, SqlInt16) |
SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.Compares two instances of SqlInt16 to determine whether the first is less than the second. |
LessThanOrEqual(SqlInt16, SqlInt16) |
두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작거나 같은지 여부를 확인합니다.Compares two SqlInt16 structures to determine whether the first is less than or equal to the second. |
Mod(SqlInt16, SqlInt16) |
첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눈 다음 그 나머지를 계산합니다.Computes the remainder after dividing its first SqlInt16 operand by its second. |
Modulus(SqlInt16, SqlInt16) |
두 개의 SqlInt16 값을 나눈 다음 나머지를 반환합니다.Divides two SqlInt16 values and returns the remainder. |
Multiply(SqlInt16, SqlInt16) |
두 SqlInt16 매개 변수의 곱을 계산합니다.Computes the product of the two SqlInt16 parameters. |
NotEquals(SqlInt16, SqlInt16) |
두 SqlInt16 구조체에 대해 논리 비교를 수행하여 같지 않은지 여부를 확인합니다.Performs a logical comparison of two SqlInt16 structures to determine whether they are not equal. |
OnesComplement(SqlInt16) |
~ 연산자는 SqlByte 피연산자에 대해 비트 1의 보수 연산을 수행합니다.The ~ operator performs a bitwise one's complement operation on its SqlByte operand. |
Parse(String) |
숫자의 String 표현을 해당하는 부호 있는 16비트 정수로 변환합니다.Converts the String representation of a number to its 16-bit signed integer equivalent. |
Subtract(SqlInt16, SqlInt16) |
첫 번째 SqlInt16 매개 변수에서 두 번째 매개 변수를 뺍니다.Subtracts the second SqlInt16 parameter from the first. |
ToSqlBoolean() |
이 SqlInt16 구조체를 SqlBoolean으로 변환합니다.Converts this SqlInt16 structure to SqlBoolean. |
ToSqlByte() |
이 SqlInt16 구조체를 SqlByte으로 변환합니다.Converts this SqlInt16 structure to SqlByte. |
ToSqlDecimal() |
이 SqlInt16 구조체를 SqlDecimal으로 변환합니다.Converts this SqlInt16 structure to SqlDecimal. |
ToSqlDouble() |
이 SqlInt16 구조체를 SqlDouble으로 변환합니다.Converts this SqlInt16 structure to SqlDouble. |
ToSqlInt32() |
이 SqlInt16 구조체를 SqlInt32으로 변환합니다.Converts this SqlInt16 structure to SqlInt32. |
ToSqlInt64() |
이 SqlInt16 구조체를 SqlInt64으로 변환합니다.Converts this SqlInt16 structure to SqlInt64. |
ToSqlMoney() |
이 SqlInt16 구조체를 SqlMoney으로 변환합니다.Converts this SqlInt16 structure to SqlMoney. |
ToSqlSingle() |
이 SqlInt16 구조체를 SqlSingle으로 변환합니다.Converts this SqlInt16 structure to SqlSingle. |
ToSqlString() |
이 SqlInt16 구조체를 SqlString으로 변환합니다.Converts this SqlInt16 structure to SqlString. |
ToString() |
SqlInt16 구조체를 String으로 변환합니다.Converts a SqlInt16 structure to String. |
Xor(SqlInt16, SqlInt16) |
제공된 매개 변수에 대해 비트 배타적 OR 연산을 수행합니다.Performs a bitwise exclusive-OR operation on the supplied parameters. |
연산자
Addition(SqlInt16, SqlInt16) |
두 SqlInt16 피연산자의 합계를 계산합니다.Computes the sum of the two SqlInt16 operands. |
BitwiseAnd(SqlInt16, SqlInt16) |
SqlInt16 피연산자의 비트 AND를 계산합니다.Computes the bitwise AND of its SqlInt16 operands. |
BitwiseOr(SqlInt16, SqlInt16) |
두 SqlInt16 피연산자의 비트 OR를 계산합니다.Computes the bitwise OR of its two SqlInt16 operands. |
Division(SqlInt16, SqlInt16) |
첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눕니다.Divides the first SqlInt16 operand by the second. |
Equality(SqlInt16, SqlInt16) |
두 SqlInt16 구조체에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.Performs a logical comparison of two SqlInt16 structures to determine whether they are equal. |
ExclusiveOr(SqlInt16, SqlInt16) |
제공된 매개 변수에 대해 비트 배타적 OR 연산을 수행합니다.Performs a bitwise exclusive-OR operation on the supplied parameters. |
Explicit(SqlBoolean to SqlInt16) |
제공된 SqlBoolean 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlBoolean structure to SqlInt16. |
Explicit(SqlDecimal to SqlInt16) |
제공된 SqlDecimal 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlDecimal structure to SqlInt16. |
Explicit(SqlDouble to SqlInt16) |
제공된 SqlDouble 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlDouble structure to SqlInt16. |
Explicit(SqlInt16 to Int16) |
제공된 SqlInt16 구조체를 정수(Short)로 변환합니다.Converts the supplied SqlInt16 structure to a short integer. |
Explicit(SqlInt32 to SqlInt16) |
제공된 SqlInt32 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlInt32 structure to SqlInt16. |
Explicit(SqlInt64 to SqlInt16) |
제공된 SqlInt64 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlInt64 structure to SqlInt16. |
Explicit(SqlMoney to SqlInt16) |
제공된 SqlMoney 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlMoney structure to SqlInt16. |
Explicit(SqlSingle to SqlInt16) |
제공된 SqlSingle 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlSingle structure to SqlInt16. |
Explicit(SqlString to SqlInt16) |
제공된 SqlString 개체를 SqlInt16로 변환합니다.Converts the supplied SqlString object to SqlInt16. |
GreaterThan(SqlInt16, SqlInt16) |
SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.Compares two instances of SqlInt16 to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlInt16, SqlInt16) |
두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 크거나 같은지 여부를 확인합니다.Compares two SqlInt16 structures to determine whether the first is greater than or equal to the second. |
Implicit(Int16 to SqlInt16) |
제공된 정수(Short)를 SqlInt16으로 변환합니다.Converts the supplied short integer to SqlInt16. |
Implicit(SqlByte to SqlInt16) |
제공된 SqlByte 구조체를 SqlInt16로 변환합니다.Converts the supplied SqlByte structure to SqlInt16. |
Inequality(SqlInt16, SqlInt16) |
두 SqlInt16 구조체에 대해 논리 비교를 수행하여 같지 않은지 여부를 확인합니다.Performs a logical comparison of two SqlInt16 structures to determine whether they are not equal. |
LessThan(SqlInt16, SqlInt16) |
SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.Compares two instances of SqlInt16 to determine whether the first is less than the second. |
LessThanOrEqual(SqlInt16, SqlInt16) |
두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작거나 같은지 여부를 확인합니다.Compares two SqlInt16 structures to determine whether the first is less than or equal to the second. |
Modulus(SqlInt16, SqlInt16) |
첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눈 다음 그 나머지를 계산합니다.Computes the remainder after dividing its first SqlInt16 operand by its second. |
Multiply(SqlInt16, SqlInt16) |
두 SqlInt16 매개 변수의 곱을 계산합니다.Computes the product of the two SqlInt16 parameters. |
OnesComplement(SqlInt16) |
~ 연산자는 SqlByte 피연산자에 대해 비트 1의 보수 연산을 수행합니다.The ~ operator performs a bitwise one's complement operation on its SqlByte operand. |
Subtraction(SqlInt16, SqlInt16) |
첫 번째 SqlInt16 매개 변수에서 두 번째 매개 변수를 뺍니다.Subtracts the second SqlInt16 parameter from the first. |
UnaryNegation(SqlInt16) |
단항 빼기 연산자는 Value 피연산자의 SqlInt16을 부정합니다.The unary minus operator negates the Value of the SqlInt16 operand. |
명시적 인터페이스 구현
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. |