SqlRuleProblem.SetSourceInformation(SourceInformation) Método

Definición

Establece la información de posición de origen (nombre de origen, línea de inicio y columna) para este SqlRuleProblem, invalidando cualquier información de posición inferida cuando se creó la regla.

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

Parámetros

sourceInformation
SourceInformation

SourceInformationespecificar los valores que se van a establecer para los SourceNamecampos , StartLine y StartColumn

Se aplica a