Partager via


CredentialType.Implicit Opérateur

Définition

Surcharges

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

Paramètres

Retours

S’applique à

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

Paramètres

value
String

Retours

S’applique à