Compartilhar via


CredentialType.Implicit Operador

Definição

Sobrecargas

Implicit(CredentialType to String)
Implicit(String to CredentialType)

Implicit(CredentialType to String)

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

Parâmetros

Retornos

Aplica-se a

Implicit(String to CredentialType)

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

Parâmetros

value
String

Retornos

Aplica-se a