Свойство Collation
Gets or sets the default collation that is used by the column.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property Collation As String
Get
Set
'Применение
Dim instance As Column
Dim value As String
value = instance.Collation
instance.Collation = value
[SfcPropertyAttribute]
public string Collation { get; set; }
[SfcPropertyAttribute]
public:
property String^ Collation {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the name of the default collation.
См. также