ISqlAnalysisRuleMetadata Interface
SQL Server 2014
Updated: April 20, 2017
The metadata describing a rule - its namespace, id, scope etc.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Category | (Optional) Category used to group the rule in Visual Studio UI. This should never be localized |
![]() | Description | The description of the rule. This should be a short human readable description of what the rule is intended to warn against or block. |
![]() | DisplayName | (Inherited from IStandardMetadata.) |
![]() | Id | (Inherited from IStandardMetadata.) |
![]() | PlatformCompatibility | (Inherited from IStandardMetadata.) |
![]() | RuleScope | 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 |
![]() | Version | (Inherited from IStandardMetadata.) |
Community Additions
ADD
Show:
