Freigeben über


SqlSchemaDeploymentOptions.IsObjectTypeExcludedForSchemaCompare-Methode

Überprüft, ob der angegebene Typ in der Liste von objectTypes enthalten ist, die aus dem Schemavergleich ausgeschlossen wurden.

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

Syntax

'Declaration
Public Function IsObjectTypeExcludedForSchemaCompare ( _
    type As Type _
) As Boolean
public bool IsObjectTypeExcludedForSchemaCompare(
    Type type
)
public:
bool IsObjectTypeExcludedForSchemaCompare(
    Type^ type
)
member IsObjectTypeExcludedForSchemaCompare : 
        type:Type -> bool 
public function IsObjectTypeExcludedForSchemaCompare(
    type : Type
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace