你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SqlServer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SQLServer in the guest virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SqlServerTypeConverter))]
public class SqlServer : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SqlServerTypeConverter))>]
type SqlServer = class
interface ISqlServer
interface IJsonSerializable
Public Class SqlServer
Implements ISqlServer
- Inheritance
-
SqlServer
- Attributes
- Implements
Constructors
SqlServer() |
Creates an new SqlServer instance. |
Properties
Clustered |
Clustered of the SQLServer. |
ClusterName |
ClusterName of the SQLServer. |
Edition |
Edition of the SQLServer. |
Name |
Name of the SQLServer. |
ServicePack |
ServicePack of the SQLServer. |
Version |
Version of the SQLServer. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlServer. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer. |
FromJsonString(String) |
Creates a new instance of SqlServer, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |