UserDefinedFunctions.IsDisallowedForResponseHeaders Method
Determines whether [is disallowed for response headers] [the specified response headers].
[SqlFunction(IsDeterministic=False, DataAccess=DataAccessKind.Read, SystemDataAccess=SystemDataAccessKind.None, IsPrecise=False, Name="null", TableDefinition="null", FillRowMethodName="null")]
public static
bool IsDisallowedForResponseHeaders(
SqlString responseHeaders,
SqlBoolean refreshDisallowed);
Parameters
-
responseHeaders
- The response headers.
-
refreshDisallowed
- The refresh disallowed.
Return Value
true if [is disallowed for response headers] [the specified response headers]; otherwise, false.
See Also
UserDefinedFunctions Class | (global) Namespace