Свойство Collation
Gets the default collation for the instance of SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property Collation As String
Get
'Применение
Dim instance As Information
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
Значение свойства
Тип System. . :: . .String
A String value that specifies the default collation for the instance of SQL Server.
См. также