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