ScriptingFilter 委派
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Supplies filtering for scripts.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Delegate Function ScriptingFilter ( _
urn As Urn _
) As Boolean
'用途
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 支援委託的使用,但不支援新委託的宣告。
參數
- urn
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The associated Urn.