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接口并且提供Read和Write方法。
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.
UDT建于UDP之上,并引入新的擁塞控制和數據可靠性控制機制。
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.
SqlUserDefinedTypeAttribute的Format屬性決定了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實現Read和Write方法。
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年代,保誠向UDT、KeyserUllmann和DaltonBarton等邊緣銀行提供了重大支持,但這些銀行最終都因巨額虧損而倒閉。
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.
為了進行沖突檢測,在包含UDT的SQLServer表中添加timestamp列(別名為rowversion)。
Thrown when SQL Server or the ADO. NET System. Data. SqlClient provider detects an invalid user-defined type (UDT).
在SQLServer或ADO.NETSystem.Data.SqlClient提供程序檢測到無效的用戶定義類型(UDT)時引發。