Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the comparison style for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Server_ComparisonStyleName")> _
<DisplayDescriptionKeyAttribute("Server_ComparisonStyleDesc")> _
ReadOnly Property ComparisonStyle As Integer
Get
'Usage
Dim instance As IServerInformation
Dim value As Integer
value = instance.ComparisonStyle
[DisplayNameKeyAttribute("Server_ComparisonStyleName")]
[DisplayDescriptionKeyAttribute("Server_ComparisonStyleDesc")]
int ComparisonStyle { get; }
[DisplayNameKeyAttribute(L"Server_ComparisonStyleName")]
[DisplayDescriptionKeyAttribute(L"Server_ComparisonStyleDesc")]
property int ComparisonStyle {
int get ();
}
[<DisplayNameKeyAttribute("Server_ComparisonStyleName")>]
[<DisplayDescriptionKeyAttribute("Server_ComparisonStyleDesc")>]
abstract ComparisonStyle : int
function get ComparisonStyle () : int
Property Value
Type: System.Int32
The comparison style for the instance of SQL Server.