ISqlAnalysisRuleMetadata Interface

SQL Server 2014
 

Updated: April 20, 2017

The metadata describing a rule - its namespace, id, scope etc.

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

public interface class ISqlAnalysisRuleMetadata : IStandardMetadata

NameDescription
System_CAPS_pubpropertyCategory

(Optional) Category used to group the rule in Visual Studio UI. This should never be localized

System_CAPS_pubpropertyDescription

The description of the rule. This should be a short human readable description of what the rule is intended to warn against or block.

System_CAPS_pubpropertyDisplayName

(Inherited from IStandardMetadata.)

System_CAPS_pubpropertyId

(Inherited from IStandardMetadata.)

System_CAPS_pubpropertyPlatformCompatibility

(Inherited from IStandardMetadata.)

System_CAPS_pubpropertyRuleScope

The scope of this rule. Choose between Element and Model. Note that for element scoped rules, the SupportedElementTypes property must return one or more element types that can are supported for analysis by the rule

System_CAPS_pubpropertyVersion

(Inherited from IStandardMetadata.)

Return to top

Community Additions

ADD
Show: