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

TokenAccessLevel.Implicit 运算符

定义

重载

Implicit(TokenAccessLevel to String)
Implicit(String to TokenAccessLevel)

Implicit(TokenAccessLevel to String)

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

参数

返回

适用于

Implicit(String to TokenAccessLevel)

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

参数

value
String

返回

适用于