ExportCodeAnalysisRuleAttribute(String, String) Constructor

Definition

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

Applies to