udt

udt

 英

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

例句

Choosing the right serialization attributes for your UDT depends on the type of UDT you are trying to create.

UDT选择正确序列化属性取决于尝试创建UDT类型

The following example requires the creation of a second table containing the Point UDT column as well as a timestamp column.

以下示例要求创建另一个包含PointUDT包含timestamp

Thus, each instance of a byte-ordered UDT object can only have one serialized representation.

因此字节排序UDT对象每个实例只能一种序列化表示形式

Refers to the total size of the UDT in its serialized form as defined by the user.

采用用户定义序列格式UDT大小

A UDT with a user-defined serialization format must implement the IBinarySerialize interface and provide a Read and a Write method.

具有用户定义序列化格式UDT必须实现IBinarySerialize接口并且提供ReadWrite方法

The name of the method used to validate instances of the UDT.

用于验证UDT实例方法名称

Indicates the determinism and data access properties of a method or property on a user-defined type (UDT).

指示用户定义类型UDT方法属性确定性数据访问性质

May also returned for valid UDT result sets where the assembly is not available to the application.

程序应用程序不可情况对于有效UDT结果可能返回

UDT was built in on top of UDP and the introduction of a new congestion control and data reliability control mechanisms.

UDTUDP之上引入拥塞控制数据可靠性控制机制

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数据类型存储过程输出参数

Objective To investigate the main nursing in the operations taking out foreign body (FB) in upper digestive tract (UDT) of children.

目的探讨取出小儿消化异物护理要点

Indicates whether all instances of this UDT are the same length.

指示UDT所有实例是否具有相同长度

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通用数据传输无效引发异常

The SqlUserDefinedTypeAttribute attribute indicates that the class is a UDT and specifies the storage for the UDT.

SqlUserDefinedTypeAttribute属性指示UDT指定UDT存储

The Format property of SqlUserDefinedTypeAttribute determines the storage format of the UDT.

SqlUserDefinedTypeAttributeFormat属性决定UDT存储格式

Sql_variant columns cannot contain instances of a UDT.

sql_variant不能包含UDT实例

UDT is bi-directional connection-oriented application layer protocol.

UDT面向连接双向应用协议

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进行冲突检测

Indicates whether the column is a user-defined data type (UDT) column.

指示是否用户定义数据类型UDT

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

Write code to implement Read and Write methods for the UDT by implementing the IBinarySerialize interface.

通过实现IBinarySerialize接口编写代码以便UDT实现ReadWrite方法

This is necessary for code executing in the UDT to be able to recognize a null value.

使UDT执行代码能够识别上述要求必需

The current version expands the UDT to a structure.

当前版本用户定义类型扩展结构

The serialized UDT cannot be larger than 8000 bytes.

序列化UDT长度不能超过8000字节

The UDT must expose data elements as public fields or property procedures.

UDT必须数据元素作为公共字段属性过程公开

Use Xquery over values of UDT instances after conversion to the xml data type.

转换xml数据类型UDT实例使用Xquery

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可以传输一个数据缓存字节大量字节只要系统能够提供足够资源

SqlUserDefinedTypeAttribute. IsByteOrdered must be true in order to ensure that the server uses byte-ordered comparisons for UDT values.

为了确保服务器使用字节排序比较用于UDT,SqlUserDefinedTypeAttribute.IsByteOrdered必须true

You are required to specify the SqlUserDefinedTypeAttribute when creating the UDT.

创建UDT要求指定SqlUserDefinedTypeAttribute

Describes how to use Transact-SQL to create a UDT column in a table.

描述如何使用Transact-SQL创建UDT

To resolve C2440 because of incompatible calling conventions, declare functions that return a UDT after the UDT definition.

若要解决由于不兼容调用约定产生C2440,UDT定义之后声明返回UDT函数

Where can I find help regarding to the use of UDT library?

哪里可以找到关于UDT应用帮助呢?

Describes how to retrieve UDT data and how to specify parameters.

描述如何检索UDT数据以及如何指定参数

Add code to define and create the UDT.

添加用于定义创建UDT代码

In the 1970s it provided major backing for fringe banks such as UDT, Keyser Ullmann and Dalton Barton, which collapsed with huge losses.

世纪70年保诚UDTKeyserUllmannDaltonBarton边缘银行提供了重大支持这些银行最终巨额亏损倒闭

A boolean value that determines how SQL Server performs binary comparisons on the UDT.

一个boolean确定SQLServer如何UDT执行二进比较

This is used on the client side in situations where it is desirable to accurately compare or order UDT values.

如果需要准确地比较排序UDT客户端使用UDT

You need to make several important design decisions when creating a user-defined type (UDT) that will be installed in SQL Server 2005.

创建SQLServer2005安装用户定义类型UDT需要作出若干重要设计决策

In order to have conflict detection, add a timestamp column (alias rowversion) to the SQL Server table that contains the UDT.

为了进行冲突检测包含UDTSQLServer添加timestamp别名rowversion)。

Thrown when SQL Server or the ADO. NET System. Data. SqlClient provider detects an invalid user-defined type (UDT).

SQLServerADO.NETSystem.Data.SqlClient提供程序检测到无效用户定义类型UDT引发