SqlFunctionAttribute::SystemDataAccess Property
.NET Framework (current version)
Indicates whether the function requires access to data stored in the system catalogs or virtual system tables of SQL Server.
Assembly: System.Data (in System.Data.dll)
public: property SystemDataAccessKind SystemDataAccess { SystemDataAccessKind get(); void set(SystemDataAccessKind value); }
Property Value
Type: Microsoft.SqlServer.Server::SystemDataAccessKindDataAccessKind.None: Does not access system data. DataAccessKind.Read: Only reads system data.
.NET Framework
Available since 2.0
Available since 2.0
Show: