Replace Method (SQL-DMO)

The Replace method substitutes a new string for an existing one in a Names collection.

Applies To

Names Collection

Syntax

object.Replace( NewName , ExistingName )

Part Description
object Expression that evaluates to an object in the Applies To list
NewName String added to the Names collection.
ExistingName String identifying an existing item, or a long integer identifying an ordinal position in the Names collection.

Prototype (C/C++)

HRESULT ReplaceByOrd(
SQLDMO_LPCSTR szName, long lOrdinal);

HRESULT ReplaceByName(
SQLDMO_LPCSTR szName, SQLDMO_LPCSTR szReplaceName);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.