Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.
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
public delegate bool ScriptingFilter (
Urn urn
)
public delegate bool ScriptingFilter (
Urn^ urn
)
/** @delegate */
public delegate boolean ScriptingFilter (
Urn urn
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- urn
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.