Condividi tramite


Proprietà Collation

Gets the collation assigned to the user-defined data type.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property Collation As String
    Get
'Utilizzo
Dim instance As UserDefinedDataType
Dim value As String

value = instance.Collation
[SfcPropertyAttribute]
public string Collation { get; }
[SfcPropertyAttribute]
public:
property String^ Collation {
    String^ get ();
}
[<SfcPropertyAttribute>]
member Collation : string
function get Collation () : String

Valore proprietà

Tipo: System. . :: . .String
A String value that specifies the collation used by the user-defined data type.

Osservazioni

The default collation is defined at a Server object level; however, individual columns and user-defined data types can have specific collations. A table that contains columns in languages with different alphabets require different collations on different columns, for example.