DataType.Explicit(DataType to String) 演算子

定義

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

public static explicit operator string (Microsoft.Azure.Search.Models.DataType dataType);
static member op_Explicit : Microsoft.Azure.Search.Models.DataType -> string
Public Shared Narrowing Operator CType (dataType As DataType) As String

パラメーター

dataType
DataType

変換する DataType。

戻り値

文字列としての DataType。

適用対象