Urn.Implicit Operador

Definição

Sobrecargas

Nome Description
Implicit(Urn to String)

conversão para Cadeia de Caracteres

Implicit(String to Urn)

conversão de cadeia de caracteres

Implicit(Urn to String)

conversão para Cadeia de Caracteres

public static implicit operator string(Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn);
static member op_Implicit : Microsoft.SqlServer.Management.Sdk.Sfc.Urn -> string
Public Shared Widening Operator CType (urn As Urn) As String

Parâmetros

urn
Urn

Retornos

Aplica-se a

Implicit(String to Urn)

conversão de cadeia de caracteres

public static implicit operator Microsoft.SqlServer.Management.Sdk.Sfc.Urn(string str);
static member op_Implicit : string -> Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Public Shared Widening Operator CType (str As String) As Urn

Parâmetros

str
String

Retornos

Urn

Aplica-se a