Delegat ScriptingFilter
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Dostaw filtrowanie dla skryptów.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Delegate Function ScriptingFilter ( _
urn As Urn _
) As Boolean
'Użycie
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
Język JScript obsługuje używanie obiektów delegowanych, ale nie obsługuje deklarowania nowych.
Parametry
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Skojarzonym Urn.
Wartość zwracana
Typ: System.Boolean
A Boolean.