SuppressedProblemInfo(String, RuleConfiguration) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したソース名とルールの SuppressedProblemInfo を作成します。
public SuppressedProblemInfo(string sourceName, Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration rule);
new Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo : string * Microsoft.SqlServer.Dac.CodeAnalysis.RuleConfiguration -> Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo
Public Sub New (sourceName As String, rule As RuleConfiguration)
パラメーター
- sourceName
- String
抑制するソースの名前。 これは通常、ディスク上のファイルへのパスです。
- rule
- RuleConfiguration
問題を抑制する必要があるルールに関する情報