Condividi tramite


Delegato ScriptingFilter

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Delegate Function ScriptingFilter ( _
    urn As Urn _
) As Boolean
'Utilizzo
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

  • urn
    Tipo: Urn

Valore restituito

Tipo: System. . :: . .Boolean