Méthode CollectionItem.ISfcAlterable.ScriptAlter
This method is for internal use only.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Private Function ScriptAlter As ISfcScript
Implements ISfcAlterable.ScriptAlter
'Utilisation
Dim instance As CollectionItem
Dim returnValue As ISfcScript
returnValue = CType(instance, ISfcAlterable).ScriptAlter()
ISfcScript ISfcAlterable.ScriptAlter()
private:
virtual ISfcScript^ ScriptAlter() sealed = ISfcAlterable::ScriptAlter
private abstract ScriptAlter : unit -> ISfcScript
private override ScriptAlter : unit -> ISfcScript
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the script.
Implémente
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.