ScriptingFilter-Delegat
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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 unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.
Parameter
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The [Microsoft.SqlServer.Management.Sdk.Sfc.Urn] for the filter.
Rückgabewert
Typ: System.Boolean
A Boolean.