PolicyCategory.ISfcRenamable.ScriptRename Method

Renames the script that is used to create the policy with the specified key.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Private Function ScriptRename ( _
    key As SfcKey _
) As ISfcScript Implements ISfcRenamable.ScriptRename
'Usage
Dim instance As PolicyCategory 
Dim key As SfcKey 
Dim returnValue As ISfcScript 

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

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the renamed script.

Implements

ISfcRenamable.ScriptRename(SfcKey)

See Also

Reference

PolicyCategory Class

Microsoft.SqlServer.Management.Dmf Namespace