SqlChars.Explicit Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert naar een SqlChars structuur.
Overloads
| Name | Description |
|---|---|
| Explicit(SqlString to SqlChars) |
Converteert een SqlString structuur naar een SqlChars structuur. |
| Explicit(SqlChars to SqlString) |
Converteert een SqlChars structuur naar een SqlString structuur. |
Explicit(SqlString to SqlChars)
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
Parameters
Retouren
Een SqlChars structuur.
Opmerkingen
De equivalente methode voor deze operator is SqlChars.SqlChars(SqlString).
Zie ook
Van toepassing op
Explicit(SqlChars to SqlString)
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
Parameters
Retouren
Een SqlString structuur.
Opmerkingen
De equivalente methode voor deze operator is Object.ToString.