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 对象,其中所有的属性值都与原始值相同。

适用于

另请参阅