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