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:
property Microsoft::SqlServer::Server::SystemDataAccessKind SystemDataAccess { Microsoft::SqlServer::Server::SystemDataAccessKind get(); void set(Microsoft::SqlServer::Server::SystemDataAccessKind value); };
public Microsoft.SqlServer.Server.SystemDataAccessKind SystemDataAccess { get; set; }
member this.SystemDataAccess : Microsoft.SqlServer.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.