Partager via


SqlSchemaDeploymentOptions.IsObjectTypeExcludedForSchemaCompare, méthode

Vérifie si le type donné est inclus dans la liste des objectTypes qui sont exclus de Comparaison de schémas.

Espace de noms :  Microsoft.Data.Schema.Sql.Build
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaDeploymentOptions Classe

Microsoft.Data.Schema.Sql.Build, espace de noms