Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal Property

Gets or sets whether to import system CLR types as external.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property ImportSystemClrTypesAsExternal As Boolean
    Get
    Set
'Usage
Dim instance As Sql100ReverseEngineerConstructor
Dim value As Boolean

value = instance.ImportSystemClrTypesAsExternal

instance.ImportSystemClrTypesAsExternal = value
public bool ImportSystemClrTypesAsExternal { get; set; }
public:
property bool ImportSystemClrTypesAsExternal {
    bool get ();
    void set (bool value);
}
function get ImportSystemClrTypesAsExternal () : boolean
function set ImportSystemClrTypesAsExternal (value : boolean)
member ImportSystemClrTypesAsExternal : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Sql100ReverseEngineerConstructor Class

Sql100ReverseEngineerConstructor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace