ScriptingFilter Delegate

This class supports the SMO infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Delegate Function ScriptingFilter ( _
    urn As Urn _
) As Boolean
'Usage
Dim instance As New ScriptingFilter(AddressOf HandlerMethod)
public delegate bool ScriptingFilter(
    Urn urn
)
public delegate bool ScriptingFilter(
    Urn^ urn
)
type ScriptingFilter = 
    delegate of 
        urn:Urn -> bool
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • urn
    Type: Urn

Return Value

Type: System.Boolean