Array
|
8192 |
Array입니다.Array. 이 멤버는 Visual Basic 상수 vbArray 에 해당합니다.This member is equivalent to the Visual Basic constant vbArray .
|
Boolean
|
11 |
Boolean .Boolean . (True 또는 False .) 이 멤버는 Visual Basic 상수 vbBoolean 에 해당합니다.(True or False .) This member is equivalent to the Visual Basic constant vbBoolean .
|
Byte
|
17 |
Byte .Byte . (0~255.) 이 멤버는 Visual Basic 상수 vbByte 에 해당합니다.(0 through 255.) This member is equivalent to the Visual Basic constant vbByte .
|
Char
|
18 |
Char .Char . (0~65535.) 이 멤버는 Visual Basic 상수 vbChar 에 해당합니다.(0 through 65535.) This member is equivalent to the Visual Basic constant vbChar .
|
Currency
|
6 |
Currency입니다.Currency. 이 멤버는 Visual Basic 상수 vbCurrency 에 해당합니다.This member is equivalent to the Visual Basic constant vbCurrency .
|
DataObject
|
13 |
DataObject입니다.DataObject.
|
Date
|
7 |
Date .Date . (1년 1월 1일 0:00:00~9999년 12월 31 11:59:59 PM.) 이 멤버는 Visual Basic 상수 vbDate 에 해당합니다.(0:00:00 on January 1, 0001 through 11:59:59 PM on December 31, 9999.) This member is equivalent to the Visual Basic constant vbDate .
|
Decimal
|
14 |
Decimal .Decimal . (소수 자릿수가 없는 숫자의 경우 0~+/-79,228,162,514,264,337,593,543,950,335, 소수 자릿수가 28개인 숫자의 경우 0~+/-7.9228162514264337593543950335, 0이 아닌 숫자 중에서 가능한 최소 숫자는 +/-0.0000000000000000000000000001임)입니다. 이 멤버는 Visual Basic 상수 vbDecimal 에 해당합니다.(0 through +/-79,228,162,514,264,337,593,543,950,335 with no decimal point; 0 through +/-7.9228162514264337593543950335 with 28 places to the right of the decimal; smallest non-zero number is +/-0.0000000000000000000000000001.) This member is equivalent to the Visual Basic constant vbDecimal .
|
Double
|
5 |
Double .Double . (음수의 경우 -1.79769313486231E+308~-4.94065645841247E-324, 양수의 경우 4.94065645841247E-324~1.79769313486231E+308)입니다. 이 멤버는 Visual Basic 상수 vbDouble 에 해당합니다.(-1.79769313486231E+308 through -4.94065645841247E-324 for negative values; 4.94065645841247E-324 through 1.79769313486231E+308 for positive values.) This member is equivalent to the Visual Basic constant vbDouble .
|
Empty
|
0 |
Null 참조입니다.Null reference. 이 멤버는 Visual Basic 상수 vbEmpty 에 해당합니다.This member is equivalent to the Visual Basic constant vbEmpty .
|
Error
|
10 |
Exception
|
Integer
|
3 |
Integer .Integer . (-2,147,483,648~2,147,483,647.) 이 멤버는 Visual Basic 상수 vbInteger 에 해당합니다.(-2,147,483,648 through 2,147,483,647.) This member is equivalent to the Visual Basic constant vbInteger .
|
Long
|
20 |
Long .Long . (-9,223,372,036,854,775,808~9,223,372,036,854,775,807.) 이 멤버는 Visual Basic 상수 vbLong 에 해당합니다.(-9,223,372,036,854,775,808 through 9,223,372,036,854,775,807.) This member is equivalent to the Visual Basic constant vbLong .
|
Null
|
1 |
Null 개체입니다.Null object. 이 멤버는 Visual Basic 상수 vbNull 에 해당합니다.This member is equivalent to the Visual Basic constant vbNull .
|
Object
|
9 |
Object 형식의 변수에는 모든 형식을 저장할 수 있습니다.Any type can be stored in a variable of type Object . 이 멤버는 Visual Basic 상수 vbObject 에 해당합니다.This member is equivalent to the Visual Basic constant vbObject .
|
Short
|
2 |
Short .Short . (-32,768 ~ 32,767.)(-32,768 through 32,767.)
|
Single
|
4 |
Single .Single . (-3.402823E+38~-1.401298E-45(음수), 1.401298E-45~3.402823E+38(양수).) 이 멤버는 Visual Basic 상수 vbSingle 에 해당합니다.(-3.402823E+38 through -1.401298E-45 for negative values; 1.401298E-45 through 3.402823E+38 for positive values.) This member is equivalent to the Visual Basic constant vbSingle .
|
String
|
8 |
String .String . (0에서 약 20억 개의 유니코드 문자.) 이 멤버는 Visual Basic 상수 vbString 에 해당합니다.(0 to approximately 2 billion Unicode characters.) This member is equivalent to the Visual Basic constant vbString .
|
UserDefinedType
|
36 |
사용자 정의 형식입니다.User-defined type. 구조체의 각 멤버는 데이터 형식에 의해 결정되고 다른 멤버의 범위와는 무관한 범위를 갖습니다.Each member of the structure has a range determined by its data type and independent of the ranges of the other members. 이 멤버는 Visual Basic 상수 vbUserDefinedType 에 해당합니다.This member is equivalent to the Visual Basic constant vbUserDefinedType .
|
Variant
|
12 |
Variant .Variant . 이 멤버는 Visual Basic 상수 vbVariant 에 해당합니다.This member is equivalent to the Visual Basic constant vbVariant .
|