Свойство CollationID
Gets the collation ID for the instance of SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property CollationID As Integer
Get
'Применение
Dim instance As Information
Dim value As Integer
value = instance.CollationID
[SfcPropertyAttribute]
public int CollationID { get; }
[SfcPropertyAttribute]
public:
property int CollationID {
int get ();
}
[<SfcPropertyAttribute>]
member CollationID : int
function get CollationID () : int
Значение свойства
Тип System. . :: . .Int32
An Int32 value that specifies the collation ID for the instance of SQL Server.
См. также