ScriptingFilter Delegate

This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

语法

声明
Public Delegate Function ScriptingFilter ( _
    urn As Urn _
) As Boolean
public delegate bool ScriptingFilter (
    Urn urn
)
public delegate bool ScriptingFilter (
    Urn^ urn
)
/** @delegate */
public delegate boolean ScriptingFilter (
    Urn urn
)
JScript 支持委托的使用,但不支持新委托的声明。

参数

  • urn

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo Namespace