SqlSchemaDeploymentOptions.ExcludedObjectTypesForSchemaCompare Property

Gets a read-only copy of the types that are excluded from Schema Compare.

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)
public ReadOnlyCollection<Type> ExcludedObjectTypesForSchemaCompare { get; }
public:
property ReadOnlyCollection<Type^>^ ExcludedObjectTypesForSchemaCompare {
    ReadOnlyCollection<Type^>^ get ();
}
member ExcludedObjectTypesForSchemaCompare : ReadOnlyCollection<Type>
function get ExcludedObjectTypesForSchemaCompare () : ReadOnlyCollection<Type>

Property Value

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

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace