Share via


DatabasePrincipalRole.Implicit Operator

Definition

Overloads

Implicit(DatabasePrincipalRole to String)

Implicit operator to convert DatabasePrincipalRole to string

Implicit(String to DatabasePrincipalRole)

Implicit operator to convert string to DatabasePrincipalRole

Implicit(DatabasePrincipalRole to String)

Implicit operator to convert DatabasePrincipalRole to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole e);

Parameters

e
DatabasePrincipalRole

the value to convert to an instance of DatabasePrincipalRole.

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest

Implicit(String to DatabasePrincipalRole)

Implicit operator to convert string to DatabasePrincipalRole

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.DatabasePrincipalRole (string value);

Parameters

value
String

the value to convert to an instance of DatabasePrincipalRole.

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest