SchemaComparisonResult.PublishChangesToTarget Metodo

Definizione

Overload

Nome Descrizione
PublishChangesToTarget()
Obsoleti.

Genera e quindi esegue uno script di aggiornamento T-SQL che rende lo schema di destinazione coerente con lo schema di origine.

PublishChangesToTarget(CancellationToken)
Obsoleti.

Genera e quindi esegue uno script di aggiornamento T-SQL che rende lo schema di destinazione coerente con lo schema di origine.

PublishChangesToTarget()

Attenzione

PublishChangesToTarget is deprecated, please use PublishChangesToDatabase instead.

Genera e quindi esegue uno script di aggiornamento T-SQL che rende lo schema di destinazione coerente con lo schema di origine.

public Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult PublishChangesToTarget();
[System.Obsolete("PublishChangesToTarget is deprecated, please use PublishChangesToDatabase instead.")]
public Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult PublishChangesToTarget();
member this.PublishChangesToTarget : unit -> Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult
[<System.Obsolete("PublishChangesToTarget is deprecated, please use PublishChangesToDatabase instead.")>]
member this.PublishChangesToTarget : unit -> Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult
Public Function PublishChangesToTarget () As SchemaComparePublishResult

Valori restituiti

Attributi

Si applica a

PublishChangesToTarget(CancellationToken)

Attenzione

PublishChangesToTarget is deprecated, please use PublishChangesToDatabase instead.

Genera e quindi esegue uno script di aggiornamento T-SQL che rende lo schema di destinazione coerente con lo schema di origine.

public Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult PublishChangesToTarget(System.Threading.CancellationToken cancellationToken);
[System.Obsolete("PublishChangesToTarget is deprecated, please use PublishChangesToDatabase instead.")]
public Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult PublishChangesToTarget(System.Threading.CancellationToken cancellationToken);
member this.PublishChangesToTarget : System.Threading.CancellationToken -> Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult
[<System.Obsolete("PublishChangesToTarget is deprecated, please use PublishChangesToDatabase instead.")>]
member this.PublishChangesToTarget : System.Threading.CancellationToken -> Microsoft.SqlServer.Dac.Compare.SchemaComparePublishResult
Public Function PublishChangesToTarget (cancellationToken As CancellationToken) As SchemaComparePublishResult

Parametri

cancellationToken
CancellationToken

token di annullamento per annullare questa operazione

Valori restituiti

Attributi

Si applica a