次の方法で共有


DataSourceType.Implicit(String to DataSourceType) 演算子

定義

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

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

パラメーター

value
String

変換する文字列。

戻り値

DataSourceType としての文字列。

適用対象