Método GetCollationInfo (ICollation)
Gets the CollationInfo object for the specified ICollation object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Shared Function GetCollationInfo ( _
collation As ICollation _
) As CollationInfo
'Uso
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
Parâmetros
- collation
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICollation
The ICollation object that describes the collation to get.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .CollationInfo
A CollationInfo object.
Consulte também