다음을 통해 공유


CollationMatchesModelOrMaster 속성

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

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

구문

‘선언
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.