다음을 통해 공유


EngineType.Implicit Operator

Definition

Overloads

Implicit(EngineType to String)

Implicit operator to convert EngineType to string

Implicit(String to EngineType)

Implicit operator to convert string to EngineType

Implicit(EngineType to String)

Implicit operator to convert EngineType to string

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

Parameters

e
EngineType

the value to convert to an instance of EngineType.

Returns

Applies to

Implicit(String to EngineType)

Implicit operator to convert string to EngineType

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

Parameters

value
String

the value to convert to an instance of EngineType.

Returns

Applies to