共用方式為


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