Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.