Méthode GetCollationInfo (ICollation)
Gets the CollationInfo object for the specified ICollation object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Shared Function GetCollationInfo ( _
collation As ICollation _
) As CollationInfo
'Utilisation
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
Paramètres
- collation
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICollation
The ICollation object that describes the collation to get.
Valeur de retour
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .CollationInfo
A CollationInfo object.