Свойство Collation

Gets the Collation property value.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property Collation As String
    Get
'Применение
Dim instance As Server
Dim value As String

value = instance.Collation
[SfcPropertyAttribute]
public string Collation { get; }
[SfcPropertyAttribute]
public:
virtual property String^ Collation {
    String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract Collation : string
[<SfcPropertyAttribute>]
override Collation : string
final function get Collation () : String

Значение свойства

Тип System. . :: . .String
String

Реализует интерфейс

IServerInformation. . :: . .Collation