InstanceDatabaseOptions.CollationName Property
Gets or sets the instance database collation.
Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public Property CollationName As String
public string CollationName { get; set; }
public:
property String^ CollationName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_CollationName ()
/** @property */
public void set_CollationName (String value)
public function get CollationName () : String
public function set CollationName (value : String)
Значение свойства
A String containing the Microsoft SQL Server or Microsoft Windows collation name.
Замечания
The CollationName property defines the character set and sort order for the instance database. The value must conform to the SQL Server nvarchar data type and must be the name of a valid Windows or SQL Server collation.
If you do not provide a collation name, the instance database collation is the same as the default collation of the Database Engine instance that hosts the database.
The collation of all instance databases in a Notification Services instance must match the collation of the application databases.
Пример
The following examples show how to define the instance database collation:
idb.CollationName = "Latin1_General_CS_AS";
idb.CollationName = "Latin1_General_CS_AS"
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
InstanceDatabaseOptions Class
InstanceDatabaseOptions Members
Microsoft.SqlServer.Management.Nmo Namespace
Другие ресурсы
Определение базы данных экземпляра
CollationName Element (ICF)