SfcCollatedDictionaryCollection<T, K, ParentT>.ResetInnerCollection Method
Resets the CultureInfo, IgnoreCase, and Ascending properties on the inner collection to honor the new settings. Call this method after any of the properties have changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Sub ResetInnerCollection
'Usage
Me.ResetInnerCollection()
protected void ResetInnerCollection()
protected:
void ResetInnerCollection()
member ResetInnerCollection : unit -> unit
protected function ResetInnerCollection()