SqlRuleProblem::Fragment Property

SQL Server 2014
 

Updated: April 20, 2017

Gets the TSqlFragment causing the problem.

Namespace:   Microsoft.SqlServer.Dac.CodeAnalysis
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

public:
property TSqlFragment^ Fragment {
	TSqlFragment^ get();
	private: void set(TSqlFragment^ value);
}

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom::TSqlFragment^

The TSqlFragment causing the problem.

Return to top

Community Additions

ADD
Show: