Delegação ScriptingFilter
This class supports the SMO infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de representantes, mas não à declaração de representantes novos.
Parâmetros
- urn
Tipo: Urn
Valor de retorno
Tipo: System. . :: . .Boolean