SqlChars.Explicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
轉換為 SqlChars 結構。
多載
Explicit(SqlString to SqlChars) | |
Explicit(SqlChars to SqlString) |
Explicit(SqlString to SqlChars)
- 來源:
- SQLChars.cs
- 來源:
- SQLChars.cs
- 來源:
- 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
參數
傳回
SqlChars 結構。
備註
這個運算子 SqlChars.SqlChars(SqlString)的對等方法是 。
另請參閱
適用於
Explicit(SqlChars to SqlString)
- 來源:
- SQLChars.cs
- 來源:
- SQLChars.cs
- 來源:
- 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
參數
傳回
SqlString 結構。
備註
這個運算子 Object.ToString的對等方法是 。