Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Private Sub Add ( _
otherScript As ISfcScript _
) Implements ISfcScript.Add
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- otherScript
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The other script that describes the SfcScript.