SqlRuleProblem.SetSourceInformation(SourceInformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets source position information (source name, start line and column) for this SqlRuleProblem, overriding any position information inferred when the rule was created.
public void SetSourceInformation (Microsoft.SqlServer.Dac.SourceInformation sourceInformation);
member this.SetSourceInformation : Microsoft.SqlServer.Dac.SourceInformation -> unit
Public Sub SetSourceInformation (sourceInformation As SourceInformation)
Parameters
- sourceInformation
- SourceInformation
SourceInformation specifying the values to set for the SourceName, StartLine and StartColumn fields