Udostępnij przez


IServerInformation.ComparisonStyle Property

Gets the Comparision Style.for the instance of SQL Server. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Server_ComparisonStyleDesc")> _
<DisplayNameKeyAttribute("Server_ComparisonStyleName")> _
ReadOnly Property ComparisonStyle As Integer
[DisplayDescriptionKeyAttribute("Server_ComparisonStyleDesc")] 
[DisplayNameKeyAttribute("Server_ComparisonStyleName")] 
int ComparisonStyle { get; }
[DisplayDescriptionKeyAttribute(L"Server_ComparisonStyleDesc")] 
[DisplayNameKeyAttribute(L"Server_ComparisonStyleName")] 
property int ComparisonStyle {
    int get ();
}
/** @property */
int get_ComparisonStyle ()
function get ComparisonStyle () : int

Property Value

Int32

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.