ScriptingFilter Delegate
This class supports the SMO 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
'Bildirim
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.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.