SqlFunctionAttribute.SystemDataAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
member this.SystemDataAccess : Microsoft.Data.SqlClient.Server.SystemDataAccessKind with get, set
Public Property SystemDataAccess As SystemDataAccessKind
Property Value
DataAccessKind.None: Does not access system data. DataAccessKind.Read: Only reads system data.
Remarks
The default is None.