Метод GetCollationInfo (ICollation)
Gets the CollationInfo object for the specified ICollation object.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Shared Function GetCollationInfo ( _
collation As ICollation _
) As CollationInfo
'Применение
Dim collation As ICollation
Dim returnValue As CollationInfo
returnValue = CollationInfo.GetCollationInfo(collation)
public static CollationInfo GetCollationInfo(
ICollation collation
)
public:
static CollationInfo^ GetCollationInfo(
ICollation^ collation
)
static member GetCollationInfo :
collation:ICollation -> CollationInfo
public static function GetCollationInfo(
collation : ICollation
) : CollationInfo
Параметры
- collation
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICollation
The ICollation object that describes the collation to get.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .CollationInfo
A CollationInfo object.