다음을 통해 공유


SqlInt16 멤버

데이터베이스에서 저장하거나 검색할 16비트 부호 있는 정수를 나타냅니다.

다음 표에서는 SqlInt16 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework SqlInt16 제공된 정수(Short) 매개 변수를 사용하여 SqlInt16 구조체의 새 인스턴스를 초기화합니다.

위쪽

Public 필드

  이름 설명
Public field Static Supported by the .NET Compact Framework MaxValue SqlInt16의 최대값을 나타내는 상수입니다.
Public field Static Supported by the .NET Compact Framework MinValue SqlInt16의 최소값을 나타내는 상수입니다.
Public field Static Supported by the .NET Compact Framework Null SqlInt16 구조체 인스턴스의 Value 속성에 할당할 수 있는 null 값을 나타냅니다.
Public field Static Supported by the .NET Compact Framework Zero SqlInt16 구조체 인스턴스의 Value 속성에 할당할 수 있는 0 값을 나타냅니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework IsNull Value가 null인지 여부를 나타냅니다.
Public property Supported by the .NET Compact Framework Value SqlInt16 구조체의 값을 가져옵니다. 이 속성은 읽기 전용입니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Static Supported by the .NET Compact Framework Add SqlInt16 피연산자의 합계를 계산합니다.
Public method Static Supported by the .NET Compact Framework BitwiseAnd SqlInt16 피연산자의 비트 AND를 계산합니다.
Public method Static Supported by the .NET Compact Framework BitwiseOr SqlInt16 피연산자의 비트 OR를 계산합니다.
Public method Supported by the .NET Compact Framework CompareTo 오버로드되었습니다. 이 인스턴스를 제공된 개체와 비교하여 상대 값 표시를 반환합니다.
Public method Static Supported by the .NET Compact Framework Divide 첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눕니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다. 재정의되었습니다. 두 구조체에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework GetHashCode 재정의되었습니다. 해당 인스턴스에 대한 해시 코드를 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework GetXsdType 지정된 XmlSchemaSet의 XSD(XML 스키마 정의 언어)를 반환합니다.
Public method Static Supported by the .NET Compact Framework GreaterThan SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework GreaterThanOrEqual 두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 크거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework LessThan SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework LessThanOrEqual 두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework Mod 첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눈 다음 그 나머지를 계산합니다.
Public method Static Supported by the .NET Compact Framework Modulus 두 개의 SqlInt16 값을 나눈 다음 나머지를 반환합니다.
Public method Static Supported by the .NET Compact Framework Multiply SqlInt16 매개 변수의 곱을 계산합니다.
Public method Static Supported by the .NET Compact Framework NotEquals SqlInt16 구조체에 대해 논리 비교를 수행하여 같지 않은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework OnesComplement ~ 연산자는 SqlByte 피연산자에 대해 비트 1의 보수 연산을 수행합니다.
Public method Static Supported by the .NET Compact Framework op_Addition SqlInt16 피연산자의 합계를 계산합니다.
Public method Static Supported by the .NET Compact Framework op_BitwiseAnd SqlInt16 피연산자의 비트 AND를 계산합니다.
Public method Static Supported by the .NET Compact Framework op_BitwiseOr SqlInt16 피연산자의 비트 OR를 계산합니다.
Public method Static Supported by the .NET Compact Framework op_Division 첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눕니다.
Public method Static Supported by the .NET Compact Framework op_Equality SqlInt16 구조체에 대해 논리 비교를 수행하여 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_ExclusiveOr 제공된 매개 변수에 대해 비트 배타적 OR 연산을 수행합니다.
Public method Static Supported by the .NET Compact Framework op_Explicit 오버로드되었습니다. SqlInt16 형식 간 변환을 수행합니다.
Public method Static Supported by the .NET Compact Framework op_GreaterThan SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 큰지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_GreaterThanOrEqual 두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 크거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Implicit 오버로드되었습니다. SqlInt16 구조체로 변환합니다.
Public method Static Supported by the .NET Compact Framework op_Inequality SqlInt16 구조체에 대해 논리 비교를 수행하여 같지 않은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_LessThan SqlInt16의 두 인스턴스를 비교하여 첫 번째 인스턴스가 두 번째 인스턴스보다 작은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_LessThanOrEqual 두 개의 SqlInt16 구조체를 비교하여 첫 번째 구조체가 두 번째 구조체보다 작거나 같은지 여부를 확인합니다.
Public method Static Supported by the .NET Compact Framework op_Modulus 첫 번째 SqlInt16 피연산자를 두 번째 피연산자로 나눈 다음 그 나머지를 계산합니다.
Public method Static Supported by the .NET Compact Framework op_Multiply SqlInt16 매개 변수의 곱을 계산합니다.
Public method Static Supported by the .NET Compact Framework op_OnesComplement ~ 연산자는 SqlByte 피연산자에 대해 비트 1의 보수 연산을 수행합니다.
Public method Static Supported by the .NET Compact Framework op_Subtraction 첫 번째 SqlInt16 매개 변수에서 두 번째 매개 변수를 뺍니다.
Public method Static Supported by the .NET Compact Framework op_UnaryNegation 단항 빼기 연산자는 SqlInt16 피연산자의 Value을 부정합니다.
Public method Static Supported by the .NET Compact Framework Parse 숫자의 String 표현을 해당하는 부호 있는 16비트 정수로 변환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework Subtract 첫 번째 SqlInt16 매개 변수에서 두 번째 매개 변수를 뺍니다.
Public method Supported by the .NET Compact Framework ToSqlBoolean SqlInt16 구조체를 SqlBoolean으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlByte SqlInt16 구조체를 SqlByte으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlDecimal SqlInt16 구조체를 SqlDecimal으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlDouble SqlInt16 구조체를 SqlDouble으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlInt32 SqlInt16 구조체를 SqlInt32으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlInt64 SqlInt16 구조체를 SqlInt64으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlMoney SqlInt16 구조체를 SqlMoney으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlSingle SqlInt16 구조체를 SqlSingle으로 변환합니다.
Public method Supported by the .NET Compact Framework ToSqlString SqlInt16 구조체를 SqlString으로 변환합니다.
Public method Supported by the .NET Compact Framework ToString 재정의되었습니다. SqlInt16 구조체를 String으로 변환합니다.
Public method Static Supported by the .NET Compact Framework Xor 제공된 매개 변수에 대해 비트 배타적 OR 연산을 수행합니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.GetSchema 이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용하려고 하지는 않습니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.ReadXml 이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용하려고 하지는 않습니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.WriteXml 이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용하려고 하지는 않습니다.

위쪽

참고 항목

참조

SqlInt16 구조체
System.Data.SqlTypes 네임스페이스

기타 리소스

SqlTypes 사용