SqlChars.Explicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit en structure SqlChars.
Surcharges
| Nom | Description |
|---|---|
| Explicit(SqlString to SqlChars) | |
| Explicit(SqlChars to SqlString) |
Explicit(SqlString to SqlChars)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- 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
Paramètres
Retours
Structure SqlChars.
Remarques
La méthode équivalente pour cet opérateur est SqlChars.SqlChars(SqlString).
Voir aussi
S’applique à
Explicit(SqlChars to SqlString)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- 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
Paramètres
Retours
Structure SqlString.
Remarques
La méthode équivalente pour cet opérateur est Object.ToString.