你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduleNotifyOption.Implicit 运算符

定义

重载

Implicit(ScheduleNotifyOption to String)
Implicit(String to ScheduleNotifyOption)

Implicit(ScheduleNotifyOption to String)

public static implicit operator string (Microsoft.PowerBI.Api.Models.ScheduleNotifyOption e);
static member op_Implicit : Microsoft.PowerBI.Api.Models.ScheduleNotifyOption -> string
Public Shared Widening Operator CType (e As ScheduleNotifyOption) As String

参数

返回

适用于

Implicit(String to ScheduleNotifyOption)

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

参数

value
String

返回

适用于