SqlChars.Explicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Effettua la conversione a una struttura SqlChars.
Overload
Explicit(SqlString to SqlChars) |
Converte una struttura di SqlString in una struttura di SqlChars. |
Explicit(SqlChars to SqlString) |
Converte una struttura di SqlChars in una struttura di SqlString. |
Explicit(SqlString to SqlChars)
- Origine:
- SQLChars.cs
- Origine:
- SQLChars.cs
- Origine:
- SQLChars.cs
public:
static explicit operator System::Data::SqlTypes::SqlChars ^(System::Data::SqlTypes::SqlString value);
public static explicit operator System.Data.SqlTypes.SqlChars (System.Data.SqlTypes.SqlString value);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlChars
Public Shared Narrowing Operator CType (value As SqlString) As SqlChars
Parametri
Restituisce
Struttura SqlChars.
Commenti
Il metodo equivalente per questo operatore è SqlChars.SqlChars(SqlString).
Vedi anche
Si applica a
Explicit(SqlChars to SqlString)
- Origine:
- SQLChars.cs
- Origine:
- SQLChars.cs
- Origine:
- SQLChars.cs
public:
static explicit operator System::Data::SqlTypes::SqlString(System::Data::SqlTypes::SqlChars ^ value);
public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlChars value);
static member op_Explicit : System.Data.SqlTypes.SqlChars -> System.Data.SqlTypes.SqlString
Public Shared Narrowing Operator CType (value As SqlChars) As SqlString
Parametri
Restituisce
Struttura SqlString.
Commenti
Il metodo equivalente per questo operatore è Object.ToString.