Proprietà SchemaDeploymentOptions.ExcludedModelElements
Ottiene o imposta un elenco di elementi del modello che l'utente ha scelto di escludere dal database di destinazione.
Spazio dei nomi: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Property ExcludedModelElements As HashSet(Of IModelElement)
Get
Private Set
public HashSet<IModelElement> ExcludedModelElements { get; private set; }
public:
property HashSet<IModelElement^>^ ExcludedModelElements {
HashSet<IModelElement^>^ get ();
private: void set (HashSet<IModelElement^>^ value);
}
member ExcludedModelElements : HashSet<IModelElement> with get, private set
function get ExcludedModelElements () : HashSet<IModelElement>
private function set ExcludedModelElements (value : HashSet<IModelElement>)
Valore proprietà
Tipo: System.Collections.Generic.HashSet<IModelElement>
Elenco degli elementi esclusi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
SchemaDeploymentOptions Classe