Méthode SfcTSqlScript.ISfcScript.Add
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Private Sub Add ( _
otherScript As ISfcScript _
) Implements ISfcScript.Add
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- otherScript
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The other script that describes the SfcScript.