Condividi tramite


Proprietà DatabasePerformanceAdapter.CollationMatchesModelOrMaster

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CollationMatchesModelOrMaster As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IDatabasePerformanceFacet.CollationMatchesModelOrMaster

Osservazioni

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

Vedere anche

Riferimento

DatabasePerformanceAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo