您要查找的是不是:
- For this complex type and its base type. 获取该复杂类型及其基类型的。
- This property is only valid in a complex type. 该属性仅在复杂类型中有效。
- Complex type will now look exactly like what you had seen earlier. 复杂类型看起来就跟您之前看到的完全一样了。
- These attributes appear only within complex type definitions. 这些属性仅出现在复杂类型定义中。
- For the complex type where the mixed content is introduced. 适用于引入混合内容的复杂类型。
- To modify a user-defined type, you must drop the type by using a DROP TYPE statement and then re-create it. 若要修改用户定义类型,必须使用DROP TYPE语句除去该类型,然后重新创建它。
- The CREATE TYPE statement for each replicated type is executed at the Subscriber before the table is created. 在创建表之前,在订阅服务器上执行每个已复制类型的CREATE TYPE语句。
- If any mutator method in the type does not return void, the CREATE TYPE statement does not execute. 如果类型中的任何赋值函数方法未返回void,则不会执行CREATE TYPE语句。
- Extension is always used to derive complex types. 扩展总是用来派生复杂类型。
- Provides the name of the class that corresponds to the complex type. 提供与复杂类型对应的类的名称。
- For example, the CREATE TYPE statement and sp_addtype stored procedure will both fire a DDL trigger that is created on a CREATE_TYPE event. 例如,CREATE TYPE语句和sp_addtype存储过程都将激发针对CREATE_TYPE事件创建的DDL触发器。
- For example, the CREATE TYPE statement and sp_addtype stored procedure will both fire an event notification that is created on a CREATE_TYPE event. 例如,CREATE TYPE语句和sp_addtype存储过程都将激发通过CREATE_TYPE事件创建的事件通知。
- This feature includes the marshaling of complex types. 此功能包括复杂类型的封送处理。
- The base class for all simple types and complex types. 所有简单类型和复杂类型的基类。
- Alias data types are created with the CREATE TYPE statement before they can be used in a table definition. 必须先用CREATE TYPE语句创建别名数据类型,然后才能将其用于表定义中。
- Define a complex type to wrap the value type and set the complex type to be null to indicate a null value. 定义一个复杂类型来包装值类型并通过设置复杂类型为空来表示空值。
- Note when alias data types are created by using the CREATE TYPE statement instead of sp_addtype, no such automatic grant occurs. 请注意,当使用CREATE TYPE语句而不是sp_addtype创建别名数据类型时,不会进行自动授权。
- Definition, the name becomes the name of the class that corresponds to the complex type. 定义,则该名称会变成与复杂类型对应的类的名称。
- Gets or sets the name of the key that this constraint refers to in another simple or complex type. 获取或设置键的名称(此约束在另一个简单或复杂的类型中引用)。
- It restricts the contents of the complex type to a subset of the inherited complex type. 它将复杂类型的内容限制为继承的复杂类型的子集。