Sql100ReverseEngineerConstructor.ImportSystemClrTypesAsExternal Property
Gets or sets whether to import system CLR types as external.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property ImportSystemClrTypesAsExternal As Boolean
Get
Set
'Usage
Dim instance As Sql100ReverseEngineerConstructor
Dim value As Boolean
value = instance.ImportSystemClrTypesAsExternal
instance.ImportSystemClrTypesAsExternal = value
public bool ImportSystemClrTypesAsExternal { get; set; }
public:
property bool ImportSystemClrTypesAsExternal {
bool get ();
void set (bool value);
}
function get ImportSystemClrTypesAsExternal () : boolean
function set ImportSystemClrTypesAsExternal (value : boolean)
member ImportSystemClrTypesAsExternal : bool with get, set
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Sql100ReverseEngineerConstructor Class