SqlChars 构造函数 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 SqlChars 类的新实例。
重载
| SqlChars() | 初始化 SqlChars 类的新实例。 | 
| SqlChars(Char[]) | 根据指定的字符数组初始化 SqlChars 类的新实例。 | 
| SqlChars(SqlString) | 
注解
允许 SqlChars 的最大长度受公共语言运行时最大大小限制为 Int32 (2,147,483,647) 。
SqlChars()
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
初始化 SqlChars 类的新实例。
public:
 SqlChars();public SqlChars();Public Sub New ()注解
允许 SqlChars 的最大长度受公共语言运行时最大大小限制为 Int32 (2,147,483,647) 。
另请参阅
适用于
SqlChars(Char[])
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
根据指定的字符数组初始化 SqlChars 类的新实例。
public:
 SqlChars(cli::array <char> ^ buffer);public SqlChars(char[]? buffer);public SqlChars(char[] buffer);new System.Data.SqlTypes.SqlChars : char[] -> System.Data.SqlTypes.SqlCharsPublic Sub New (buffer As Char())参数
注解
允许 SqlChars 的最大长度受公共语言运行时最大大小限制为 Int32 (2,147,483,647) 。
如果传入 null 引用,则实例设置为 null。
另请参阅
适用于
SqlChars(SqlString)
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
- Source:
- SQLChars.cs
public:
 SqlChars(System::Data::SqlTypes::SqlString value);public SqlChars(System.Data.SqlTypes.SqlString value);new System.Data.SqlTypes.SqlChars : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlCharsPublic Sub New (value As SqlString)参数
注解
允许 SqlChars 的最大长度受公共语言运行时最大大小限制为 Int32 (2,147,483,647) 。
如果传入 null 引用,则实例设置为 null。