Skip to content

PipelineLoadRestrictionObjectΒΆ

The PipelineLoadRestrictionObject includes the actual list of objects related or belonging to each LoadRestriction rule set.

Column Description Format Required
Id Id of the load restriction object int
IdPipelineLoadRestriction Id of the LoadRestriction rule set configured in the platform int
ObjectName A string with the name of the object that is part of the LoadRestriction rule set nvarchar(max)

The format for the ObjectName includes the name of the [table], or a concatenation of [database_name].[schema_name].[table_name], e.g. [TestDB0], [TestDB4].[dbo].[TestTable0].


Last update: 2023-06-22