Délégué ScriptingFilter

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Delegate Function ScriptingFilter ( _
    urn As Urn _
) As Boolean
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

  • urn
    Type : Urn

Valeur de retour

Type : System. . :: . .Boolean