SqlTypesSchemaImporterExtensionHelper Constructors

Definition

Initializes a new instance of the SqlTypesSchemaImporterExtensionHelper class.

Overloads

SqlTypesSchemaImporterExtensionHelper(String, String)

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(String, String, Boolean)

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(String, String, String[], CodeNamespaceImport[], String, Boolean)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

Remarks

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(String, String)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

public:
 SqlTypesSchemaImporterExtensionHelper(System::String ^ name, System::String ^ destinationType);
public SqlTypesSchemaImporterExtensionHelper (string name, string destinationType);
new System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper : string * string -> System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
Public Sub New (name As String, destinationType As String)

Parameters

name
String

The name as a string.

destinationType
String

The destination type as a string.

Applies to

SqlTypesSchemaImporterExtensionHelper(String, String, Boolean)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

public:
 SqlTypesSchemaImporterExtensionHelper(System::String ^ name, System::String ^ destinationType, bool direct);
public SqlTypesSchemaImporterExtensionHelper (string name, string destinationType, bool direct);
new System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper : string * string * bool -> System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
Public Sub New (name As String, destinationType As String, direct As Boolean)

Parameters

name
String

The name as a string.

destinationType
String

The destination type as a string.

direct
Boolean

A Boolean.

Applies to

SqlTypesSchemaImporterExtensionHelper(String, String, String[], CodeNamespaceImport[], String, Boolean)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

public:
 SqlTypesSchemaImporterExtensionHelper(System::String ^ name, System::String ^ targetNamespace, cli::array <System::String ^> ^ references, cli::array <System::CodeDom::CodeNamespaceImport ^> ^ namespaceImports, System::String ^ destinationType, bool direct);
public SqlTypesSchemaImporterExtensionHelper (string name, string targetNamespace, string[] references, System.CodeDom.CodeNamespaceImport[] namespaceImports, string destinationType, bool direct);
new System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper : string * string * string[] * System.CodeDom.CodeNamespaceImport[] * string * bool -> System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
Public Sub New (name As String, targetNamespace As String, references As String(), namespaceImports As CodeNamespaceImport(), destinationType As String, direct As Boolean)

Parameters

name
String

The name as a string.

targetNamespace
String

The target namespace.

references
String[]

String array of references.

namespaceImports
CodeNamespaceImport[]

Array of CodeNamespaceImport objects.

destinationType
String

The destination type as a string.

direct
Boolean

A Boolean for direct.

Applies to