Share via


DatabasePerformanceAdapter.CollationMatchesModelOrMaster 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property CollationMatchesModelOrMaster As Boolean 
    Get
‘사용 방법
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

속성 값

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

구현

IDatabasePerformanceFacet.CollationMatchesModelOrMaster

주의

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

참고 항목

참조

DatabasePerformanceAdapter 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스