ScriptingFilter Delegado
This class supports the SMO infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Delegate Function ScriptingFilter ( _
urn As Urn _
) As Boolean
'Uso
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 admite el uso de delegados, pero no la declaración de otros nuevos.
Parámetros
- urn
Tipo: Urn
Valor devuelto
Tipo: System. . :: . .Boolean