Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal-Eigenschaft

Ruft die Option ab, die steuert, ob CLR (Common Language Runtime)-Systemtypen als externe oder interne Elemente importiert werden, oder legt diese fest.

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

Syntax

'Declaration
Public Property ImportSystemClrTypesAsExternal As Boolean
    Get
    Set
public bool ImportSystemClrTypesAsExternal { get; set; }
public:
property bool ImportSystemClrTypesAsExternal {
    bool get ();
    void set (bool value);
}
member ImportSystemClrTypesAsExternal : bool with get, set
function get ImportSystemClrTypesAsExternal () : boolean
function set ImportSystemClrTypesAsExternal (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

Sql100ReverseEngineerConstructor Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace