SqlString.Clone Método

Definição

Cria uma cópia deste SqlString objeto.

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

Devoluções

Um novo SqlString objeto em que todos os valores das propriedades são iguais ao original.

Aplica-se a

Ver também