Aracılığıyla paylaş


CredentialType.Implicit Operator

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

value
String

Returns

Applies to