DatabasePerformanceAdapter.CollationMatchesModelOrMaster Property
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
Remarks
Returns True if the collation of the database matches master or model.