SqlString 构造函数

定义

初始化 SqlString 类的新实例。

重载

SqlString(String)

使用指定的字符串初始化 SqlString 结构的新实例。

SqlString(String, Int32)

使用指定的字符串和区域设置 ID 值,初始化 SqlString 结构的新实例。

SqlString(Int32, SqlCompareOptions, Byte[])

使用指定的区域设置 ID、比较选项和数据,初始化 SqlString 结构的新实例。

SqlString(String, Int32, SqlCompareOptions)

使用指定字符串、区域设置 ID 和比较选项值,初始化 SqlString 结构的新实例。

SqlString(Int32, SqlCompareOptions, Byte[], Boolean)

初始化 SqlString 类的新实例。

SqlString(Int32, SqlCompareOptions, Byte[], Int32, Int32)

初始化 SqlString 类的新实例。

SqlString(Int32, SqlCompareOptions, Byte[], Int32, Int32, Boolean)

初始化 SqlString 类的新实例。

SqlString(String)

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

使用指定的字符串初始化 SqlString 结构的新实例。

public:
 SqlString(System::String ^ data);
public SqlString (string data);
public SqlString (string? data);
new System.Data.SqlTypes.SqlString : string -> System.Data.SqlTypes.SqlString
Public Sub New (data As String)

参数

data
String

要存储的字符串。

另请参阅

适用于

SqlString(String, Int32)

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

使用指定的字符串和区域设置 ID 值,初始化 SqlString 结构的新实例。

public:
 SqlString(System::String ^ data, int lcid);
public SqlString (string data, int lcid);
public SqlString (string? data, int lcid);
new System.Data.SqlTypes.SqlString : string * int -> System.Data.SqlTypes.SqlString
Public Sub New (data As String, lcid As Integer)

参数

data
String

要存储的字符串。

lcid
Int32

指定新 SqlString 结构的地理区域设置和语言。

另请参阅

适用于

SqlString(Int32, SqlCompareOptions, Byte[])

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

使用指定的区域设置 ID、比较选项和数据,初始化 SqlString 结构的新实例。

public:
 SqlString(int lcid, System::Data::SqlTypes::SqlCompareOptions compareOptions, cli::array <System::Byte> ^ data);
public SqlString (int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data);
new System.Data.SqlTypes.SqlString : int * System.Data.SqlTypes.SqlCompareOptions * byte[] -> System.Data.SqlTypes.SqlString
Public Sub New (lcid As Integer, compareOptions As SqlCompareOptions, data As Byte())

参数

lcid
Int32

指定新 SqlString 结构的地理区域设置和语言。

compareOptions
SqlCompareOptions

指定新 SqlString 结构的比较选项。

data
Byte[]

要存储的数据数组。

另请参阅

适用于

SqlString(String, Int32, SqlCompareOptions)

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

使用指定字符串、区域设置 ID 和比较选项值,初始化 SqlString 结构的新实例。

public:
 SqlString(System::String ^ data, int lcid, System::Data::SqlTypes::SqlCompareOptions compareOptions);
public SqlString (string data, int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions);
public SqlString (string? data, int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions);
new System.Data.SqlTypes.SqlString : string * int * System.Data.SqlTypes.SqlCompareOptions -> System.Data.SqlTypes.SqlString
Public Sub New (data As String, lcid As Integer, compareOptions As SqlCompareOptions)

参数

data
String

要存储的字符串。

lcid
Int32

指定新 SqlString 结构的地理区域设置和语言。

compareOptions
SqlCompareOptions

指定新 SqlString 结构的比较选项。

另请参阅

适用于

SqlString(Int32, SqlCompareOptions, Byte[], Boolean)

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

初始化 SqlString 类的新实例。

public:
 SqlString(int lcid, System::Data::SqlTypes::SqlCompareOptions compareOptions, cli::array <System::Byte> ^ data, bool fUnicode);
public SqlString (int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, bool fUnicode);
new System.Data.SqlTypes.SqlString : int * System.Data.SqlTypes.SqlCompareOptions * byte[] * bool -> System.Data.SqlTypes.SqlString
Public Sub New (lcid As Integer, compareOptions As SqlCompareOptions, data As Byte(), fUnicode As Boolean)

参数

lcid
Int32

指定新 SqlString 结构的地理区域设置和语言。

compareOptions
SqlCompareOptions

指定新 SqlString 结构的比较选项。

data
Byte[]

要存储的数据数组。

fUnicode
Boolean

如果是 Unicode 编码,则为 true。 否则为 false

另请参阅

适用于

SqlString(Int32, SqlCompareOptions, Byte[], Int32, Int32)

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

初始化 SqlString 类的新实例。

public:
 SqlString(int lcid, System::Data::SqlTypes::SqlCompareOptions compareOptions, cli::array <System::Byte> ^ data, int index, int count);
public SqlString (int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, int index, int count);
public SqlString (int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[]? data, int index, int count);
new System.Data.SqlTypes.SqlString : int * System.Data.SqlTypes.SqlCompareOptions * byte[] * int * int -> System.Data.SqlTypes.SqlString
Public Sub New (lcid As Integer, compareOptions As SqlCompareOptions, data As Byte(), index As Integer, count As Integer)

参数

lcid
Int32

指定新 SqlString 结构的地理区域设置和语言。

compareOptions
SqlCompareOptions

指定新 SqlString 结构的比较选项。

data
Byte[]

要存储的数据数组。

index
Int32

数组中的起始索引。

count
Int32

要从索引复制的字符数。

另请参阅

适用于

SqlString(Int32, SqlCompareOptions, Byte[], Int32, Int32, Boolean)

Source:
SQLString.cs
Source:
SQLString.cs
Source:
SQLString.cs

初始化 SqlString 类的新实例。

public:
 SqlString(int lcid, System::Data::SqlTypes::SqlCompareOptions compareOptions, cli::array <System::Byte> ^ data, int index, int count, bool fUnicode);
public SqlString (int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, int index, int count, bool fUnicode);
public SqlString (int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[]? data, int index, int count, bool fUnicode);
new System.Data.SqlTypes.SqlString : int * System.Data.SqlTypes.SqlCompareOptions * byte[] * int * int * bool -> System.Data.SqlTypes.SqlString
Public Sub New (lcid As Integer, compareOptions As SqlCompareOptions, data As Byte(), index As Integer, count As Integer, fUnicode As Boolean)

参数

lcid
Int32

指定新 SqlString 结构的地理区域设置和语言。

compareOptions
SqlCompareOptions

指定新 SqlString 结构的比较选项。

data
Byte[]

要存储的数据数组。

index
Int32

数组中的起始索引。

count
Int32

要从索引复制的字符数。

fUnicode
Boolean

如果是 Unicode 编码,则为 true。 否则为 false

另请参阅

适用于