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 命名空间