Freigeben über


SqlSchemaDeploymentOptions.ExcludedObjectTypesForSchemaCompare-Eigenschaft

Ruft eine schreibgeschützte Kopie der Typen ab, die aus dem Schemavergleich ausgeschlossen werden.

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace