Compartilhar via


Propriedade Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal

Obtém ou define a opção que controla se os tipos de Common Language Runtime (CLR) do sistema são importados como elementos internos ou externos.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

Sql100ReverseEngineerConstructor Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel