SqlString.Clone 方法

定义

创建此 SqlString 对象的副本。

public:
 System::Data::SqlTypes::SqlString Clone();
public System.Data.SqlTypes.SqlString Clone();
member this.Clone : unit -> System.Data.SqlTypes.SqlString
Public Function Clone () As SqlString

返回

一个新 SqlString 对象,其中所有属性值都与原始属性值相同。

适用于

另请参阅