Share via


CollectionSet.. Method

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 ScriptCreate As ISfcScript
    Implements ISfcCreatable.ScriptCreate
'Usage
Dim instance As CollectionSet
Dim returnValue As ISfcScript

returnValue = CType(instance, ISfcCreatable).ScriptCreate()
ISfcScript ISfcCreatable.ScriptCreate()
private:
virtual ISfcScript^ ScriptCreate() sealed = ISfcCreatable::ScriptCreate
private abstract ScriptCreate : unit -> ISfcScript 
private override ScriptCreate : unit -> ISfcScript 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: ISfcScript

Implements

ISfcCreatableScriptCreate()

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.