Share via


SqlServerLicenseType.Implicit Operator

Definition

Overloads

Implicit(SqlServerLicenseType to String)

Implicit operator to convert SqlServerLicenseType to string

Implicit(String to SqlServerLicenseType)

Implicit operator to convert string to SqlServerLicenseType

Implicit(SqlServerLicenseType to String)

Implicit operator to convert SqlServerLicenseType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType -> string
Public Shared Widening Operator CType (e As SqlServerLicenseType) As String

Parameters

e
SqlServerLicenseType

the value to convert to an instance of SqlServerLicenseType.

Returns

Applies to

Implicit(String to SqlServerLicenseType)

Implicit operator to convert string to SqlServerLicenseType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType
Public Shared Widening Operator CType (value As String) As SqlServerLicenseType

Parameters

value
String

the value to convert to an instance of SqlServerLicenseType.

Returns

Applies to