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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.