Свойство DatabasePerformanceAdapter.CollationMatchesModelOrMaster

Specifies if the collation of the database matches master or model.

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

Синтаксис

'Декларация
Public ReadOnly Property CollationMatchesModelOrMaster As Boolean 
    Get
'Применение
Dim instance As DatabasePerformanceAdapter 
Dim value As Boolean 

value = instance.CollationMatchesModelOrMaster
public bool CollationMatchesModelOrMaster { get; }
public:
virtual property bool CollationMatchesModelOrMaster {
    bool get () sealed;
}
abstract CollationMatchesModelOrMaster : bool 
override CollationMatchesModelOrMaster : bool
final function get CollationMatchesModelOrMaster () : boolean

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

Тип: System.Boolean
Boolean specifying if the collation of the database matches master or model databases.

Реализует

IDatabasePerformanceFacet.CollationMatchesModelOrMaster

Замечания

Returns True if the collation of the database matches master or model.

См. также

Справочник

DatabasePerformanceAdapter Класс

Пространство имен Microsoft.SqlServer.Management.Smo