Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies if the collation of the database matches master or model.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property CollationMatchesModelOrMaster As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
Boolean specifying if the collation of the database matches master or model databases.
Implements
IDatabasePerformanceFacet.CollationMatchesModelOrMaster
Remarks
Returns True if the collation of the database matches master or model.