SqlPlanGenerationOptions.ExcludedObjectTypesForSchemaCompare Property

Gets a collection of excluded object types.

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

Syntax

'Declaration
Public ReadOnly Property ExcludedObjectTypesForSchemaCompare As ReadOnlyCollection(Of Type)
    Get
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As ReadOnlyCollection(Of Type)

value = instance.ExcludedObjectTypesForSchemaCompare
public ReadOnlyCollection<Type> ExcludedObjectTypesForSchemaCompare { get; }
public:
property ReadOnlyCollection<Type^>^ ExcludedObjectTypesForSchemaCompare {
    ReadOnlyCollection<Type^>^ get ();
}
function get ExcludedObjectTypesForSchemaCompare () : ReadOnlyCollection<Type>
member ExcludedObjectTypesForSchemaCompare : ReadOnlyCollection<Type>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Type>

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace