UDT

  • 网络用户定义类型(User-defined Type);水下爆破队(Underwater Demolition Team);用户定义数据类型

UDTUDT

UDT

用户定义类型(User-defined Type)

用户定义类型 (UDT) 和用户定义聚合的序列化和反序列化提供自定义实现。命名空间: Microsoft.SqlServer.Server程序集: …

水下爆破队(Underwater Demolition Team)

所有的申请者来自水下爆破队UDT)和东海岸和西海岸的海豹队。 Marcinko的标准招聘申请人是作战的经验,所以他想知道 …

用户定义数据类型

用户定义数据类型UDT)是一种特殊的数据结构,由用户自己生成,定义好后可以在用户程序中多次使用。例如可以生成用 …

用户定义的类型

用户定义的类型 (UDT):使用多个新的设计器在 Oracle 中创建 UDT。通过功能强大的 UDT 自定义类代码生成向导可以从 .NE…

用户定义的数据类型

用户定义的数据类型 (udt) 不支持嵌入式 Visual Basic (eVB) 中。由 eVB 提供的唯一数据类型是一个 variant 类型的值,这并 …

1
Choosing the right serialization attributes for your UDT depends on the type of UDT you are trying to create. 为UDT选择正确的序列化属性取决于您正尝试创建的UDT的类型。
2
The following example requires the creation of a second table containing the Point UDT column as well as a timestamp column. 以下示例要求创建另一个表,既包含PointUDT列又包含timestamp列。
3
Thus, each instance of a byte-ordered UDT object can only have one serialized representation. 因此,以字节排序的UDT对象的每个实例只能有一种序列化表示形式。
4
Refers to the total size of the UDT in its serialized form as defined by the user. 是指采用用户定义的序列化格式的UDT的总大小。
5
A UDT with a user-defined serialization format must implement the IBinarySerialize interface and provide a Read and a Write method. 具有用户定义序列化格式的UDT必须实现IBinarySerialize接口并且提供Read和Write方法。
6
The name of the method used to validate instances of the UDT. 用于验证UDT的实例的方法的名称。
7
Indicates the determinism and data access properties of a method or property on a user-defined type (UDT). 指示用户定义类型(UDT)的方法或属性的确定性和数据访问性质。
8
May also returned for valid UDT result sets where the assembly is not available to the application. 在程序集对应用程序不可用的情况下,对于有效的UDT结果集也可能返回。
9
UDT was built in on top of UDP and the introduction of a new congestion control and data reliability control mechanisms. UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。
10
In addition, similar to the XML data type, the JDBC driver does not support reading stored procedure output parameters of the UDT data type. 此外,与XML数据类型相类似,JDBC驱动程序不支持读取UDT数据类型的存储过程输出参数。
11
Objective To investigate the main nursing in the operations taking out foreign body (FB) in upper digestive tract (UDT) of children. 目的探讨内镜下取出小儿上消化道异物时的护理要点。
12
Indicates whether all instances of this UDT are the same length. 指示此UDT的所有实例是否都具有相同的长度。
13
The exception that is thrown when there is an attempt to perform an SQL operation and the UDT (Uniform Data Transfer) is not valid. 当尝试执行SQL操作但UDT(通用数据传输)无效时引发的异常。
14
The SqlUserDefinedTypeAttribute attribute indicates that the class is a UDT and specifies the storage for the UDT. SqlUserDefinedTypeAttribute属性指示该类是UDT并指定该UDT的存储。
15
The Format property of SqlUserDefinedTypeAttribute determines the storage format of the UDT. SqlUserDefinedTypeAttribute的Format属性决定了UDT的存储格式。
16
Sql_variant columns cannot contain instances of a UDT. sql_variant列不能包含UDT的实例。
17
UDT is bi-directional connection-oriented application layer protocol. UDT是面向连接的双向的应用层协议。
18
Note that the SqlCommandBuilder will not consider the UDT for conflict detection unless there is a timestamp column in the underlying table. 注意,除非基础表中存在timestamp列,否则,SqlCommandBuilder不会考虑使用UDT进行冲突检测。
19
Indicates whether the column is a user-defined data type (UDT) column. 指示列是否为用户定义数据类型(UDT)列。
20
You can use a Transact-SQL SELECT statement to select UDT column values to populate a dataset using a data adapter. 可以使用Transact-SQLSELECT语句来选择要使用DataAdapter填充数据集的UDT列值。
21
Write code to implement Read and Write methods for the UDT by implementing the IBinarySerialize interface. 通过实现IBinarySerialize接口,编写代码以便为UDT实现Read和Write方法。
22
This is necessary for code executing in the UDT to be able to recognize a null value. 为使UDT中执行的代码能够识别空值,上述要求是必需的。
23
The current version expands the UDT to a structure. 当前版本则将用户定义的类型扩展为结构。
24
The serialized UDT cannot be larger than 8000 bytes. 序列化的UDT的长度不能超过8000字节。
25
The UDT must expose data elements as public fields or property procedures. UDT必须将数据元素作为公共字段或属性过程公开。
26
Use Xquery over values of UDT instances after conversion to the xml data type. 在转换为xml数据类型后,对UDT实例的值使用Xquery。
27
No, UDT can transfer a data buffer from one single byte to multiple tera -bytes, as long as your system can provide enough resources. 不,UDT可以传输一个数据缓存,从一个字节到大量字节,只要你的系统能够提供足够的资源。
28
SqlUserDefinedTypeAttribute. IsByteOrdered must be true in order to ensure that the server uses byte-ordered comparisons for UDT values. 为了确保服务器使用字节排序的比较来用于UDT值,SqlUserDefinedTypeAttribute.IsByteOrdered必须为true。
29
You are required to specify the SqlUserDefinedTypeAttribute when creating the UDT. 在创建UDT时,要求您指定SqlUserDefinedTypeAttribute。
30
Describes how to use Transact-SQL to create a UDT column in a table. 描述如何使用Transact-SQL在表中创建UDT列。