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 物件。

適用於

另請參閱