SfcCollatedDictionaryCollection<T,K,ParentT> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT) | |
| SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT, IComparer<String>) |
SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT)
protected SfcCollatedDictionaryCollection(ParentT parent);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> : 'ParentT -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)>
Protected Sub New (parent As ParentT)
パラメーター
- parent
- ParentT
適用対象
SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT, IComparer<String>)
protected SfcCollatedDictionaryCollection(ParentT parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> : 'ParentT * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)>
Protected Sub New (parent As ParentT, customComparer As IComparer(Of String))
パラメーター
- parent
- ParentT