Share via


PlanGenerationOptions.ExcludedModelElements Property

Gets or sets excluded model elements.

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

Syntax

'Declaration
Public Property ExcludedModelElements As HashSet(Of IModelElement)
    Get
    Private Set
'Usage
Dim instance As PlanGenerationOptions
Dim value As HashSet(Of IModelElement)

value = instance.ExcludedModelElements
public HashSet<IModelElement> ExcludedModelElements { get; private set; }
public:
property HashSet<IModelElement^>^ ExcludedModelElements {
    HashSet<IModelElement^>^ get ();
    private: void set (HashSet<IModelElement^>^ value);
}
function get ExcludedModelElements () : HashSet<IModelElement>
private function set ExcludedModelElements (value : HashSet<IModelElement>)
member ExcludedModelElements : HashSet<IModelElement> with get, private set

Property Value

Type: System.Collections.Generic.HashSet<IModelElement>

.NET Framework Security

See Also

Reference

PlanGenerationOptions Class

PlanGenerationOptions Members

Microsoft.Data.Schema.Build Namespace