ISfcScript.Add 方法
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Private Sub Add ( _
otherScript As ISfcScript _
) Implements ISfcScript.Add
用法
Dim instance As SfcTSqlScript
Dim otherScript As ISfcScript
CType(instance, ISfcScript).Add(otherScript)
void ISfcScript.Add(
ISfcScript otherScript
)
private:
virtual void Add(
ISfcScript^ otherScript
) sealed = ISfcScript::Add
private abstract Add :
otherScript:ISfcScript -> unit
private override Add :
otherScript:ISfcScript -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- otherScript
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
The other script that describes the SfcScript.