共用方式為


Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal 屬性

取得或設定選項,這個選項控制將系統 Common Language Runtime (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 命名空間