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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.