CollationInfo.GetCollationInfo(String) 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.
Gets the CollationInfo object that has the specified name.
public static Microsoft.SqlServer.Management.Smo.CollationInfo GetCollationInfo (string collationName);
static member GetCollationInfo : string -> Microsoft.SqlServer.Management.Smo.CollationInfo
Public Shared Function GetCollationInfo (collationName As String) As CollationInfo
Parameters
- collationName
- String
The name of the collation to get.