Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal (Propiedad)

Obtiene o establece la opción que controla si los tipos CLR (Common Language Runtime) del sistema se importan como elementos externos o internos.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

Sql100ReverseEngineerConstructor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)