PrincipalType.Implicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Implicit(PrincipalType to String) | |
Implicit(String to PrincipalType) |
Implicit(PrincipalType to String)
public static implicit operator string (Microsoft.PowerBI.Api.Models.PrincipalType e);
static member op_Implicit : Microsoft.PowerBI.Api.Models.PrincipalType -> string
Public Shared Widening Operator CType (e As PrincipalType) As String
Parâmetros
Retornos
Aplica-se a
Implicit(String to PrincipalType)
public static implicit operator Microsoft.PowerBI.Api.Models.PrincipalType (string value);
static member op_Implicit : string -> Microsoft.PowerBI.Api.Models.PrincipalType
Public Shared Widening Operator CType (value As String) As PrincipalType
Parâmetros
- value
- String
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET