Partager via


Propriété SqlDeploymentOptions.IgnoreTableOptions

Get or set boolean that specifies whether the options on the target table are updated to match the source table.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IgnoreTableOptions As Boolean 
    Get
'Utilisation
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.IgnoreTableOptions
public bool IgnoreTableOptions { get; }
public:
property bool IgnoreTableOptions {
    bool get ();
}
member IgnoreTableOptions : bool
function get IgnoreTableOptions () : boolean

Valeur de propriété

Type : System.Boolean
True to ignore difference in table options and not update the target table; otherwise, false. Default is false.

Voir aussi

Référence

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment