Share via


SchemaDeploymentOptions.ExcludedModelElements Property

Gets or sets a list of model elements that the user has chosen to be excluded from the target database.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ExcludedModelElements As HashSet(Of IModelElement)
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>)

Property Value

Type: System.Collections.Generic.HashSet<IModelElement>
A list of the excluded elements.

.NET Framework Security

See Also

Reference

SchemaDeploymentOptions Class

Microsoft.Data.Schema.Build Namespace

IModelElement