TypeBitSchemaImporterExtension 类

定义

TypeBitSchemaImporterExtension 类不用作独立组件,而是用作其他类从中派生标准功能的类。The TypeBitSchemaImporterExtension class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

public ref class TypeBitSchemaImporterExtension sealed : System::Data::SqlTypes::SqlTypesSchemaImporterExtensionHelper
public sealed class TypeBitSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
type TypeBitSchemaImporterExtension = class
    inherit SqlTypesSchemaImporterExtensionHelper
Public NotInheritable Class TypeBitSchemaImporterExtension
Inherits SqlTypesSchemaImporterExtensionHelper
继承

构造函数

TypeBitSchemaImporterExtension()

初始化 TypeBitSchemaImporterExtension 类的新实例。Initializes a new instance of the TypeBitSchemaImporterExtension class.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
ImportAnyElement(XmlSchemaAny, Boolean, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)

处理架构中的 <xsd:any> 元素的导入。Handles the importation of the <xsd:any> elements in the schema.

(继承自 SchemaImporterExtension)
ImportDefaultValue(String, String)

允许为正在导入的 XSD 类型指定默认值。Allows you to specify the default value for the XSD type being imported.

(继承自 SchemaImporterExtension)
ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)

SqlTypesSchemaImporterExtensionHelper 类不用作独立组件,而是用作其他类从中派生标准功能的类。The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

(继承自 SqlTypesSchemaImporterExtensionHelper)
ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)

SqlTypesSchemaImporterExtensionHelper 类不用作独立组件,而是用作其他类从中派生标准功能的类。The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

(继承自 SqlTypesSchemaImporterExtensionHelper)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于