SqlRuleProblem.SetSourceInformation(SourceInformation) Metodo

Definizione

Imposta le informazioni sulla posizione di origine (nome origine, riga iniziale e colonna) per questo SqlRuleProblemoggetto , ignorando le informazioni sulla posizione dedotti al momento della creazione della regola.

public void SetSourceInformation(Microsoft.SqlServer.Dac.SourceInformation sourceInformation);
member this.SetSourceInformation : Microsoft.SqlServer.Dac.SourceInformation -> unit
Public Sub SetSourceInformation (sourceInformation As SourceInformation)

Parametri

sourceInformation
SourceInformation

SourceInformationspecifica dei valori da impostare per i SourceNamecampi , StartLine e StartColumn

Si applica a