ExportCodeAnalysisRuleAttribute Properties
Updated: April 20, 2017
Namespace:
Microsoft.SqlServer.Dac.CodeAnalysis
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Category | Gets or sets the category of the rule. |
![]() | ContractName | (Inherited from ExportAttribute.) |
![]() | ContractType | (Inherited from ExportAttribute.) |
![]() | Description | Gets or sets the description of the rule. This should be a short human readable description of what the rule is intended to warn against or block. This field is localizable, but this should be done be subclassing ExportCodeAnalysisRuleAttribute and overriding the Description property. |
![]() | DisplayName | (Inherited from ExportStandardMetadataAttribute.) |
![]() | Id | (Inherited from ExportStandardMetadataAttribute.) |
![]() | PlatformCompatibility | (Inherited from ExportStandardMetadataAttribute.) |
![]() | RuleScope | Gets or sets the rule scope. |
![]() | TypeId | (Inherited from Attribute.) |
![]() | Version | (Inherited from ExportStandardMetadataAttribute.) |
Show:
