SqlChars.Explicit Operator

Definicja

Konwertuje na SqlChars strukturę.

Przeciążenia

Explicit(SqlString to SqlChars)

Konwertuje SqlString strukturę na SqlChars strukturę.

Explicit(SqlChars to SqlString)

Konwertuje SqlChars strukturę na SqlString strukturę.

Explicit(SqlString to SqlChars)

Źródło:
SQLChars.cs
Źródło:
SQLChars.cs
Źródło:
SQLChars.cs

Konwertuje SqlString strukturę na SqlChars strukturę.

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

Parametry

value
SqlString

Struktura SqlString , która ma zostać przekonwertowana.

Zwraca

Struktura SqlChars .

Uwagi

Równoważną metodą dla tego operatora jest SqlChars.SqlChars(SqlString).

Zobacz też

Dotyczy

Explicit(SqlChars to SqlString)

Źródło:
SQLChars.cs
Źródło:
SQLChars.cs
Źródło:
SQLChars.cs

Konwertuje SqlChars strukturę na SqlString strukturę.

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

Parametry

value
SqlChars

Struktura SqlChars , która ma zostać przekonwertowana.

Zwraca

Struktura SqlString .

Uwagi

Równoważną metodą dla tego operatora jest Object.ToString.

Zobacz też

Dotyczy