Share via


SqlFunctionAttribute.SystemDataAccess Property

Definition

Indicates whether the function requires access to data stored in the system catalogs or virtual system tables of SQL Server.

public Microsoft.Data.SqlClient.Server.SystemDataAccessKind SystemDataAccess { get; set; }

Property Value

DataAccessKind.None: Does not access system data. DataAccessKind.Read: Only reads system data.

Remarks

The default is None.

Applies to