后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。
The Replace method substitutes a new string for an existing one in a Names collection.
语法
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);