ScriptingFilter 委托

This class supports the SMO infrastructure and is not intended to be used directly from your code.

命名空间:  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
    类型:Urn

返回值

类型:System. . :: . .Boolean