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