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

参数