ScriptingFilter-Delegat

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Supplies filtering for scripts.

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 unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.

Parameter

Rückgabewert

Typ: System. . :: . .Boolean
A Boolean.