Proprietà Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal

Ottiene o imposta l'opzione che controlla se i tipi CLR (Common Language Runtime) del sistema vengono importati come elementi esterni o interni.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Sql100ReverseEngineerConstructor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel