Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get or set boolean that specifies whether the options on the target table are updated to match the source table.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property IgnoreTableOptions As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
True to ignore difference in table options and not update the target table; otherwise, false. Default is false.