Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Private Function ScriptAlter As ISfcScript
Implements ISfcAlterable.ScriptAlter
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the script.
Implements
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.