Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The Replace method substitutes a new string for an existing one in a Names collection.
Syntax
object
.Replace(
NewName
,
ExistingName
)
Parts
- object
Expression that evaluates to an object in the Applies To list.
- NewName
String added to the Names collection.
- ExistingName
String that identifies an existing item, or a long integer that identifies 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);