CollationID 属性

Gets the CollationID property value.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property CollationID As Integer
    Get
用法
Dim instance As Server
Dim value As Integer

value = instance.CollationID
[SfcPropertyAttribute]
public int CollationID { get; }
[SfcPropertyAttribute]
public:
virtual property int CollationID {
    int get () sealed;
}
[<SfcPropertyAttribute>]
abstract CollationID : int
[<SfcPropertyAttribute>]
override CollationID : int
final function get CollationID () : int

属性值

类型:System. . :: . .Int32
Int32

实现

IServerInformation. . :: . .CollationID