Condividi tramite


Proprietà SqlSchemaDeploymentOptions.ExcludedObjectTypesForSchemaCompare

Ottiene una copia di sola lettura dei tipi esclusi da Confronto schema.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build