Поделиться через


Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal - свойство

Получает или задает параметр, который управляет тем, импортируются ли системные типы среды CLR как внешние или внутренние элементы.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

Sql100ReverseEngineerConstructor Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен