SqlSmoObject.GetStringComparer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the comparer used by all child object collections to perform comparison of object names. The comparer of a Server is based on the collation of master The comparer of a Database and its children is based on the database collation
public System.Collections.Generic.IComparer<string> GetStringComparer ();
member this.GetStringComparer : unit -> System.Collections.Generic.IComparer<string>
Public Function GetStringComparer () As IComparer(Of String)