ExportCodeAnalysisRuleAttribute Properties

 

Updated: April 20, 2017

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

NameDescription
System_CAPS_pubpropertyCategory

Gets or sets the category of the rule.

System_CAPS_pubpropertyContractName

(Inherited from ExportAttribute.)

System_CAPS_pubpropertyContractType

(Inherited from ExportAttribute.)

System_CAPS_pubpropertyDescription

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.

System_CAPS_pubpropertyDisplayName

(Inherited from ExportStandardMetadataAttribute.)

System_CAPS_pubpropertyId

(Inherited from ExportStandardMetadataAttribute.)

System_CAPS_pubpropertyPlatformCompatibility

(Inherited from ExportStandardMetadataAttribute.)

System_CAPS_pubpropertyRuleScope

Gets or sets the rule scope.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

System_CAPS_pubpropertyVersion

(Inherited from ExportStandardMetadataAttribute.)

Return to top
Show: