Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Supplies filtering for scripts.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Delegate Function ScriptingFilter ( _
urn As Urn _
) As Boolean
'Usage
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 supports the use of delegates, but not the declaration of new ones.
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The [Microsoft.SqlServer.Management.Sdk.Sfc.Urn] for the filter.
Return Value
Type: System.Boolean
A Boolean.