SqlChars.Explicit Operátor

Definice

Převede na SqlChars strukturu.

Přetížení

Explicit(SqlString to SqlChars)

SqlString Převede strukturu na SqlChars strukturu.

Explicit(SqlChars to SqlString)

SqlChars Převede strukturu na SqlString strukturu.

Explicit(SqlString to SqlChars)

Zdroj:
SQLChars.cs
Zdroj:
SQLChars.cs
Zdroj:
SQLChars.cs

SqlString Převede strukturu na SqlChars strukturu.

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 , která se má převést.

Návraty

Struktura SqlChars .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlChars.SqlChars(SqlString).

Viz také

Platí pro

Explicit(SqlChars to SqlString)

Zdroj:
SQLChars.cs
Zdroj:
SQLChars.cs
Zdroj:
SQLChars.cs

SqlChars Převede strukturu na SqlString strukturu.

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 , která se má převést.

Návraty

Struktura SqlString .

Poznámky

Ekvivalentní metoda pro tento operátor je Object.ToString.

Viz také

Platí pro