Share via


Propriété CollationMatchesModelOrMaster

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CollationMatchesModelOrMaster As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
Boolean specifying if the collation of the database matches master or model databases.

Implémente

IDatabasePerformanceFacet. . :: . .CollationMatchesModelOrMaster

Notes

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