Partilhar via


Propriedade do RDL Server.ComparisonStyle

Gets the Windows comparison style of the collation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property ComparisonStyle As Integer 
    Get
'Uso
Dim instance As Server 
Dim value As Integer 

value = instance.ComparisonStyle
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public int ComparisonStyle { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property int ComparisonStyle {
    int get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract ComparisonStyle : int
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override ComparisonStyle : int
final function get ComparisonStyle () : int

Valor da propriedade

Tipo: System.Int32
The Windows comparison style of the collation.

Implementa

IServerInformation.ComparisonStyle

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo