Share via


DataType.Implicit(String to DataType) 演算子

定義

文字列から DataType への暗黙的な変換を定義します。

public static implicit operator Microsoft.Azure.Search.Models.DataType (string value);
static member op_Implicit : string -> Microsoft.Azure.Search.Models.DataType
Public Shared Widening Operator CType (value As String) As DataType

パラメーター

value
String

変換する文字列。

戻り値

DataType としての文字列。

適用対象