ExportCodeAnalysisRuleAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor
public ExportCodeAnalysisRuleAttribute (string id, string displayName);
new Microsoft.SqlServer.Dac.CodeAnalysis.ExportCodeAnalysisRuleAttribute : string * string -> Microsoft.SqlServer.Dac.CodeAnalysis.ExportCodeAnalysisRuleAttribute
Public Sub New (id As String, displayName As String)
Parameters
- id
- String
Unique ID used to identify this rule. Required parameter, rule will not load if this is missing or empty
- displayName
- String
Display name to show in the Visual Studio UI. Required parameter, rule will not load if this is missing or empty