SqlTypesSchemaImporterExtensionHelper.ImportSchemaType Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır.
Aşırı Yüklemeler
ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) |
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır. |
ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) |
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır. |
ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır.
public:
override System::String ^ ImportSchemaType(System::Xml::Schema::XmlSchemaType ^ type, System::Xml::Schema::XmlSchemaObject ^ context, System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::XmlSchemaImporter ^ importer, System::CodeDom::CodeCompileUnit ^ compileUnit, System::CodeDom::CodeNamespace ^ mainNamespace, System::Xml::Serialization::CodeGenerationOptions options, System::CodeDom::Compiler::CodeDomProvider ^ codeProvider);
public override string ImportSchemaType (System.Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider);
override this.ImportSchemaType : System.Xml.Schema.XmlSchemaType * System.Xml.Schema.XmlSchemaObject * System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.XmlSchemaImporter * System.CodeDom.CodeCompileUnit * System.CodeDom.CodeNamespace * System.Xml.Serialization.CodeGenerationOptions * System.CodeDom.Compiler.CodeDomProvider -> string
Public Overrides Function ImportSchemaType (type As XmlSchemaType, context As XmlSchemaObject, schemas As XmlSchemas, importer As XmlSchemaImporter, compileUnit As CodeCompileUnit, mainNamespace As CodeNamespace, options As CodeGenerationOptions, codeProvider As CodeDomProvider) As String
Parametreler
- type
- XmlSchemaType
type
- context
- XmlSchemaObject
context
- schemas
- XmlSchemas
schemas
- importer
- XmlSchemaImporter
importer
- compileUnit
- CodeCompileUnit
compileUnit
- mainNamespace
- CodeNamespace
mainNamespace
- options
- CodeGenerationOptions
options
- codeProvider
- CodeDomProvider
codeProvider
Döndürülenler
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır.
Şunlara uygulanır
ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır.
public:
override System::String ^ ImportSchemaType(System::String ^ name, System::String ^ xmlNamespace, System::Xml::Schema::XmlSchemaObject ^ context, System::Xml::Serialization::XmlSchemas ^ schemas, System::Xml::Serialization::XmlSchemaImporter ^ importer, System::CodeDom::CodeCompileUnit ^ compileUnit, System::CodeDom::CodeNamespace ^ mainNamespace, System::Xml::Serialization::CodeGenerationOptions options, System::CodeDom::Compiler::CodeDomProvider ^ codeProvider);
public override string ImportSchemaType (string name, string xmlNamespace, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider);
override this.ImportSchemaType : string * string * System.Xml.Schema.XmlSchemaObject * System.Xml.Serialization.XmlSchemas * System.Xml.Serialization.XmlSchemaImporter * System.CodeDom.CodeCompileUnit * System.CodeDom.CodeNamespace * System.Xml.Serialization.CodeGenerationOptions * System.CodeDom.Compiler.CodeDomProvider -> string
Public Overrides Function ImportSchemaType (name As String, xmlNamespace As String, context As XmlSchemaObject, schemas As XmlSchemas, importer As XmlSchemaImporter, compileUnit As CodeCompileUnit, mainNamespace As CodeNamespace, options As CodeGenerationOptions, codeProvider As CodeDomProvider) As String
Parametreler
- name
- String
name
- xmlNamespace
- String
xmlNamespace
- context
- XmlSchemaObject
context
- schemas
- XmlSchemas
schemas
- importer
- XmlSchemaImporter
importer
- compileUnit
- CodeCompileUnit
compileUnit
- mainNamespace
- CodeNamespace
mainNamespace
- options
- CodeGenerationOptions
options
- codeProvider
- CodeDomProvider
codeProvider
Döndürülenler
sınıfı SqlTypesSchemaImporterExtensionHelper tek başına bileşen olarak değil, diğer sınıfların standart işlevsellik türetdiği bir sınıf olarak kullanılmak üzere tasarlanmıştır.