Urn.Implicit Operator

Definition

Overloads

Implicit(Urn to String)

cast to String

Implicit(String to Urn)

cast from String

Implicit(Urn to String)

cast to String

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

Parameters

urn
Urn

Returns

Applies to

Implicit(String to Urn)

cast from String

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

Parameters

str
String

Returns

Urn

Applies to