PatternDictionary<TKey,TValue> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public PatternDictionary(Func<TValue,Microsoft.SqlServer.Management.Assessment.Configuration.IPattern<TKey>> getPattern);
new Microsoft.SqlServer.Management.Assessment.Configuration.PatternDictionary<'Key, 'Value> : Func<'Value, Microsoft.SqlServer.Management.Assessment.Configuration.IPattern<'Key>> -> Microsoft.SqlServer.Management.Assessment.Configuration.PatternDictionary<'Key, 'Value>
Public Sub New (getPattern As Func(Of TValue, IPattern(Of TKey)))