Método ISfcScript.Add
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Private Sub Add ( _
otherScript As ISfcScript _
) Implements ISfcScript.Add
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- otherScript
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
The other script that describes the SfcScript.