SqlRuleProblem::ModelElement Property

SQL Server 2014
 

Updated: April 20, 2017

Gets the TSqlObject causing the current problem.

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

public:
property TSqlObject^ ModelElement {
	TSqlObject^ get();
	private: void set(TSqlObject^ value);
}

Property Value

Type: Microsoft.SqlServer.Dac.Model::TSqlObject^

TheTSqlObject causing the current problem.

Return to top

Community Additions

ADD
Show: