public final class ServerVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
static ServerVersion |
ONE_TWO_FULL_STOP_ZERO
Static value 12.0 for ServerVersion.
|
static ServerVersion |
TWO_FULL_STOP_ZERO
Static value 2.0 for ServerVersion.
|
| Constructor and Description |
|---|
ServerVersion(String value)
Creates a custom value for ServerVersion.
|
public static final ServerVersion TWO_FULL_STOP_ZERO
public static final ServerVersion ONE_TWO_FULL_STOP_ZERO
public ServerVersion(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/